@multiversx/sdk-core - v14.2.6
    Preparing search index...

    Type Alias RegisterRolesInput

    type RegisterRolesInput = {
        numDecimals: bigint;
        tokenName: string;
        tokenTicker: string;
        tokenType: TokenType;
    }
    Index

    Properties

    numDecimals: bigint
    tokenName: string
    tokenTicker: string
    tokenType: TokenType