Initializes a new instance of the [RegisterReceiveRequest] class.
Namespace:
SecretNET.NFT
Assembly:
SecretNET.NFT (in SecretNET.NFT.dll)
Parameters
- codeHash
- Type: String
A 32-byte hex encoded string, with the code hash of the receiver contract.
- alsoImplementsBatchReceiveNft
- Type: Nullable<(Of <(<'Boolean>)>)>
true if the message sender contract also implements BatchReceiveNft so it can be informed that it was sent a list of tokens.
- padding
- Type: Nullable<(Of <(<'String>)>)>
Ignored string used to maintain constant-length messages.