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

    Type Alias UnsetFungibleSpecialRoleInput

    type UnsetFungibleSpecialRoleInput = {
        removeRoleESDTTransferRole: boolean;
        removeRoleLocalBurn: boolean;
        removeRoleLocalMint: boolean;
        tokenIdentifier: string;
        user: Address;
    }
    Index

    Properties

    removeRoleESDTTransferRole: boolean
    removeRoleLocalBurn: boolean
    removeRoleLocalMint: boolean
    tokenIdentifier: string
    user: Address