Class: Aws::ManagedBlockchainQuery::Types::ListTransactionsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address (either a contract or wallet), whose transactions are being requested.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 641

class ListTransactionsInput < Struct.new(
  :address,
  :network,
  :from_blockchain_instant,
  :to_blockchain_instant,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#from_blockchain_instantTypes::BlockchainInstant

The container for time.



641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 641

class ListTransactionsInput < Struct.new(
  :address,
  :network,
  :from_blockchain_instant,
  :to_blockchain_instant,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of transactions to list.

<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>

Returns:

  • (Integer)


641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 641

class ListTransactionsInput < Struct.new(
  :address,
  :network,
  :from_blockchain_instant,
  :to_blockchain_instant,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#networkString

The blockchain network where the transactions occurred.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 641

class ListTransactionsInput < Struct.new(
  :address,
  :network,
  :from_blockchain_instant,
  :to_blockchain_instant,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 641

class ListTransactionsInput < Struct.new(
  :address,
  :network,
  :from_blockchain_instant,
  :to_blockchain_instant,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::ListTransactionsSort

Sorts items in an ascending order if the first page starts at ‘fromTime`. Sorts items in a descending order if the first page starts at `toTime`.



641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 641

class ListTransactionsInput < Struct.new(
  :address,
  :network,
  :from_blockchain_instant,
  :to_blockchain_instant,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#to_blockchain_instantTypes::BlockchainInstant

The container for time.



641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 641

class ListTransactionsInput < Struct.new(
  :address,
  :network,
  :from_blockchain_instant,
  :to_blockchain_instant,
  :sort,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end