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

    Interface BlockJSONOperationTOKEN_ADMIN_SUPPLY

    Token Supply operation

    interface BlockJSONOperationTOKEN_ADMIN_SUPPLY {
        amount: string | bigint;
        method: Omit<AdjustMethod, SET>;
        type: TOKEN_ADMIN_SUPPLY;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    amount: string | bigint
    method: Omit<AdjustMethod, SET>