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

    Account info entry

    interface AccountInfo {
        defaultPermission?: Permissions;
        description: string;
        metadata: string;
        name: string;
        supply?: bigint;
    }
    Index

    Properties

    defaultPermission?: Permissions

    The default permissions for the account

    description: string

    A description for the account

    metadata: string

    Arbitrary metadata for the account

    name: string

    A name for the account

    supply?: bigint

    If the account is a token, the supply of the token