class ERC721MintPayload
Summary
| Members | Type | Descriptions |
|---|---|---|
| to | variable | |
| price | variable | |
| currencyAddress | variable | |
| primarySaleRecipient | variable | |
| royaltyRecipient | variable | |
| royaltyBps | variable | |
| quantity | variable | |
| metadata | variable | |
| uid | variable | |
| ERC721MintPayload | 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 ERC721MintPayload(string receiverAddress,NFTMetadata metadata)