CCC Docs
    Preparing search index...

    Type Alias Wallet

    Represents a wallet with a name, icon, and an array of signer information.

    type Wallet = {
        name: string;
        icon: string;
    }
    Index

    Properties

    Properties

    name: string
    icon: string