Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface BaseAccountInfo<KeyType>

    Account info entry

    interface BaseAccountInfo<KeyType extends AccountKeyAlgorithm> {
        account: Account<KeyType>;
        description: string;
        metadata: string;
        name: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    account: Account<KeyType>

    The account that this info is for

    description: string

    A description for the account

    metadata: string

    Arbitrary metadata for the account

    name: string

    A name for the account