Snip721Querier..::..GetMinters Method
Minters returns the list of addresses that are authorized to mint tokens.
This query is not authenticated.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public Task<SecretQueryContractResult<GetMintersResponse>> GetMinters( string contractAddress, Nullable<string> codeHash )
Public Function GetMinters ( _ contractAddress As String, _ codeHash As Nullable(Of String) _ ) As Task(Of SecretQueryContractResult(Of GetMintersResponse))
public: Task<SecretQueryContractResult<GetMintersResponse^>^>^ GetMinters( String^ contractAddress, Nullable<String^> codeHash )
Parameters
- contractAddress
- Type: String
The contract address.