MsgSetMinters Constructor
Namespace:
SecretNET.NFT
Assembly: SecretNET.NFT (in SecretNET.NFT.dll)
Assembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public MsgSetMinters( SetMintersRequest msg, string contractAddress, string codeHash, string sender, Coin[] sentFunds )
Public Sub New ( _ msg As SetMintersRequest, _ contractAddress As String, _ codeHash As String, _ sender As String, _ sentFunds As Coin() _ )
public: MsgSetMinters( SetMintersRequest^ msg, String^ contractAddress, String^ codeHash, String^ sender, array<Coin^>^ sentFunds )
Parameters
- msg
- Type: SecretNET.NFT..::..SetMintersRequest
- contractAddress
- Type: String
- codeHash
- Type: String
- sender
- Type: String
- sentFunds
- Type: array<Coin>[]()[][]