@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Wallet

    interface Wallet {
        address: string;
        blockchain: Blockchain;
        createDate: string;
        custodyType: CustodyType;
        id: string;
        initialPublicKey?: string;
        name?: string;
        refId?: string;
        state: WalletState;
        updateDate: string;
        userId?: string;
        walletSetId: string;
    }
    Index

    Properties

    address: string

    Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects.

    Wallet

    blockchain: Blockchain

    Wallet

    createDate: string

    Date and time the resource was created, in ISO-8601 UTC format.

    Wallet

    custodyType: CustodyType

    Wallet

    id: string

    System-generated unique identifier of the resource.

    Wallet

    initialPublicKey?: string

    For NEAR blockchains only, the originally assigned public key of a wallet at the time of its creation.

    Wallet

    name?: string

    Name or description associated with the wallet or walletSet.

    Wallet

    refId?: string

    Reference or description used to identify the object.

    Wallet

    state: WalletState

    Wallet

    updateDate: string

    Date and time the resource was last updated, in ISO-8601 UTC format.

    Wallet

    userId?: string

    Unique system generated identifier for the user.

    Wallet

    walletSetId: string

    System-generated unique identifier of the resource.

    Wallet