Skip to main content

Client

Constructor

new Client(client: IClient);
ParamTypeDescription
clientIClient





Methods

erc1155()

Create a builder for an ERC-1155 token witch allows to add extensions such as Ownable, Mintable, Pausable, etc...

Returns

Type: ERC1155Builder

erc20()

Create a builder for an ERC-20 token witch allows to add extensions such as Ownable, Mintable, Pausable, etc...

Returns

Type: ERC20Builder

erc721()

Create a builder for an ERC-721 token witch allows to add extensions such as Ownable, Mintable, Pausable, etc...

Returns

Type: ERC721Builder