Skip to main content

ERC1155Mintable

Constructor

new ERC1155Mintable(config: IContractConfig);
ParamTypeDescription
configIContractConfig


Properties




Properties

address

Returns

Type: Address



Methods

mint(args)

Parameters

NameTypeDescription
argsIERC1155MintableMintParams

Returns

Type: ContractOperation

mintBatch(args)

Parameters

NameTypeDescription
argsIERC1155MintableMintBatchParams

Returns

Type: ContractOperation