Class: Aws::ManagedBlockchainQuery::Types::ListTransactionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ListTransactionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The address (either a contract or wallet), whose transactions are being requested.
-
#confirmation_status_filter ⇒ Types::ConfirmationStatusFilter
This filter is used to include transactions in the response that haven’t reached [ finality ][1].
-
#from_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
-
#max_results ⇒ Integer
The maximum number of transactions to list.
-
#network ⇒ String
The blockchain network where the transactions occurred.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#sort ⇒ Types::ListTransactionsSort
The order by which the results will be sorted.
-
#to_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
Instance Attribute Details
#address ⇒ String
The address (either a contract or wallet), whose transactions are being requested.
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |
#confirmation_status_filter ⇒ Types::ConfirmationStatusFilter
This filter is used to include transactions in the response that haven’t reached [ finality ][1]. Transactions that have reached finality are always part of the response.
[1]: docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |
#from_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of transactions to list.
Default: ‘100`
<note markdown=“1”> Even if additional results can be retrieved, the request can return less results than ‘maxResults` or an empty array of results.
To retrieve the next set of results, make another request with the
returned ‘nextToken` value. The value of `nextToken` is `null` when there are no more results to return
</note>
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |
#network ⇒ String
The blockchain network where the transactions occurred.
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::ListTransactionsSort
The order by which the results will be sorted.
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |
#to_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 847 class ListTransactionsInput < Struct.new( :address, :network, :from_blockchain_instant, :to_blockchain_instant, :sort, :next_token, :max_results, :confirmation_status_filter) SENSITIVE = [] include Aws::Structure end |