class ERC1155MintPayload
Summary
| Members | Type | Descriptions |
|---|---|---|
| to | variable | |
| price | variable | |
| currencyAddress | variable | |
| primarySaleRecipient | variable | |
| royaltyRecipient | variable | |
| royaltyBps | variable | |
| quantity | variable | |
| metadata | variable | |
| uid | variable | |
| ERC1155MintPayload | function |
Members
public string to
public string price
public string currencyAddress
public string primarySaleRecipient
public string royaltyRecipient
public int royaltyBps
public int quantity
public NFTMetadata metadata
public string uid
public inline ERC1155MintPayload(string receiverAddress,NFTMetadata metadata)