package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package managedblockchainqueryiface provides an interface to enable mocking the Amazon Managed Blockchain Query service client for testing your code.

# Functions

ConfirmationStatus_Values returns all elements of the ConfirmationStatus enum.
ErrorType_Values returns all elements of the ErrorType enum.
ExecutionStatus_Values returns all elements of the ExecutionStatus enum.
ListFilteredTransactionEventsSortBy_Values returns all elements of the ListFilteredTransactionEventsSortBy enum.
ListTransactionsSortBy_Values returns all elements of the ListTransactionsSortBy enum.
New creates a new instance of the ManagedBlockchainQuery client with a session.
QueryNetwork_Values returns all elements of the QueryNetwork enum.
QueryTokenStandard_Values returns all elements of the QueryTokenStandard enum.
QueryTransactionEventType_Values returns all elements of the QueryTransactionEventType enum.
ResourceType_Values returns all elements of the ResourceType enum.
SortOrder_Values returns all elements of the SortOrder enum.
ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum.

# Constants

ConfirmationStatusFinal is a ConfirmationStatus enum value.
ConfirmationStatusNonfinal is a ConfirmationStatus enum value.
ID to lookup a service endpoint with.
ErrCodeAccessDeniedException for service response error code "AccessDeniedException".
ErrCodeInternalServerException for service response error code "InternalServerException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeServiceQuotaExceededException for service response error code "ServiceQuotaExceededException".
ErrCodeThrottlingException for service response error code "ThrottlingException".
ErrCodeValidationException for service response error code "ValidationException".
ErrorTypeResourceNotFoundException is a ErrorType enum value.
ErrorTypeValidationException is a ErrorType enum value.
ExecutionStatusFailed is a ExecutionStatus enum value.
ExecutionStatusSucceeded is a ExecutionStatus enum value.
ListFilteredTransactionEventsSortByBlockchainInstant is a ListFilteredTransactionEventsSortBy enum value.
ListTransactionsSortByTransactionTimestamp is a ListTransactionsSortBy enum value.
QueryNetworkBitcoinMainnet is a QueryNetwork enum value.
QueryNetworkBitcoinTestnet is a QueryNetwork enum value.
QueryNetworkEthereumMainnet is a QueryNetwork enum value.
QueryNetworkEthereumSepoliaTestnet is a QueryNetwork enum value.
QueryTokenStandardErc1155 is a QueryTokenStandard enum value.
QueryTokenStandardErc20 is a QueryTokenStandard enum value.
QueryTokenStandardErc721 is a QueryTokenStandard enum value.
QueryTransactionEventTypeBitcoinVin is a QueryTransactionEventType enum value.
QueryTransactionEventTypeBitcoinVout is a QueryTransactionEventType enum value.
QueryTransactionEventTypeErc1155Transfer is a QueryTransactionEventType enum value.
QueryTransactionEventTypeErc20Burn is a QueryTransactionEventType enum value.
QueryTransactionEventTypeErc20Deposit is a QueryTransactionEventType enum value.
QueryTransactionEventTypeErc20Mint is a QueryTransactionEventType enum value.
QueryTransactionEventTypeErc20Transfer is a QueryTransactionEventType enum value.
QueryTransactionEventTypeErc20Withdrawal is a QueryTransactionEventType enum value.
QueryTransactionEventTypeErc721Transfer is a QueryTransactionEventType enum value.
QueryTransactionEventTypeEthTransfer is a QueryTransactionEventType enum value.
QueryTransactionEventTypeInternalEthTransfer is a QueryTransactionEventType enum value.
ResourceTypeCollection is a ResourceType enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
SortOrderAscending is a SortOrder enum value.
SortOrderDescending is a SortOrder enum value.
ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value.
ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value.
ValidationExceptionReasonOther is a ValidationExceptionReason enum value.
ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value.

# Structs

The Amazon Web Services account doesn’t have access to this resource.
This is the container for the unique public address on the blockchain.
This container contains information about an contract.
Error generated from a failed BatchGetTokenBalance request.
The container for the input for getting a token balance.
The container for the properties of a token balance output.
The container for time.
The container for the ConfirmationStatusFilter that filters for the finality (https://docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality) of the results.
The contract or wallet address by which to filter the request.
Container for the blockchain address and network information about a contract.
The metadata of the contract.
The request processing has failed because of an internal error in the service.
Lists all the transaction events for an address on the blockchain.
The container for determining how the list transaction result will be sorted.
ManagedBlockchainQuery provides the API operation methods for making requests to Amazon Managed Blockchain Query.
The container for the owner information to filter by.
The container for the owner identifier.
The resource was not found.
The service quota has been exceeded for this resource.
The request or operation couldn't be performed because a service is throttling requests.
This container is used to specify a time frame.
The balance of the token.
The container of the token filter like the contract address on a given blockchain network or a unique token identifier on a given blockchain network.
The container for the identifier for the token including the unique token ID and its blockchain network.
There are two possible types of transactions used for this data type: - A Bitcoin transaction is a movement of BTC from one address to another.
The container for the properties of a transaction event.
The container of the transaction output.
The resource passed is invalid.
The resource passed is invalid.
This container specifies filtering attributes related to BITCOIN_VOUT event types.