Snip721Querier..::..GetTransactionHistory Method
TransactionHistory displays an optionally paginated list of transactions (mint, burn, and transfer) in reverse chronological order that involve the specified address.
(This query MUST be authenticated)
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public Task<SecretQueryContractResult<GetTransactionHistoryResponse>> GetTransactionHistory( string contractAddress, string address, string viewingKey, Nullable<Permit> permit, Nullable<int> page, Nullable<int> pageSize, Nullable<string> codeHash )
Public Function GetTransactionHistory ( _ contractAddress As String, _ address As String, _ viewingKey As String, _ permit As Nullable(Of Permit), _ page As Nullable(Of Integer), _ pageSize As Nullable(Of Integer), _ codeHash As Nullable(Of String) _ ) As Task(Of SecretQueryContractResult(Of GetTransactionHistoryResponse))
Parameters
- contractAddress
- Type: String
The contract address.
- address
- Type: String
The address whose transaction history is being queried.
- viewingKey
- Type: String
The address' viewing key.
- permit
- Type: Nullable<(Of <(<'Permit>)>)>
Authenticate with permit.