Snip721Querier..::..GetIsTransferable Method
IsTransferable is a SNIP-722 query that indicates whether the token is transferable.
This query is not authenticated.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public Task<SecretQueryContractResult<GetIsTransferableResponse>> GetIsTransferable( string contractAddress, string tokenId, Nullable<string> codeHash )
Public Function GetIsTransferable ( _ contractAddress As String, _ tokenId As String, _ codeHash As Nullable(Of String) _ ) As Task(Of SecretQueryContractResult(Of GetIsTransferableResponse))
public: Task<SecretQueryContractResult<GetIsTransferableResponse^>^>^ GetIsTransferable( String^ contractAddress, String^ tokenId, Nullable<String^> codeHash )