SecretNET.NFT Namespace

Snip721Querier..::..GetContractInfo Method

ContractInfo returns the contract's name and symbol. This query is not authenticated.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Task<SecretQueryContractResult<GetContractInfoResponse>> GetContractInfo(
	string contractAddress,
	Nullable<string> codeHash
)
Public Function GetContractInfo ( _
	contractAddress As String, _
	codeHash As Nullable(Of String) _
) As Task(Of SecretQueryContractResult(Of GetContractInfoResponse))
public:
Task<SecretQueryContractResult<GetContractInfoResponse^>^>^ GetContractInfo(
	String^ contractAddress, 
	Nullable<String^> codeHash
)

Parameters

contractAddress
Type: String
The contract address.
codeHash
Type: Nullable<(Of <(<'String>)>)>
CodeHash is (not really) optional and makes a call way faster.

Return Value

SecretQueryContractResult<GetContractInfoResponse>.