Module: Privy::Models::TronTransactionCondition::Field

Extended by:
Internal::Type::Enum
Defined in:
lib/privy/models/tron_transaction_condition.rb

Overview

Supported TRON transaction fields in format “TransactionType.field_name”

See Also:

Constant Summary collapse

TRANSFER_CONTRACT_TO_ADDRESS =
:"TransferContract.to_address"
TRANSFER_CONTRACT_AMOUNT =
:"TransferContract.amount"
TRIGGER_SMART_CONTRACT_CONTRACT_ADDRESS =
:"TriggerSmartContract.contract_address"
TRIGGER_SMART_CONTRACT_CALL_VALUE =
:"TriggerSmartContract.call_value"
TRIGGER_SMART_CONTRACT_TOKEN_ID =
:"TriggerSmartContract.token_id"
TRIGGER_SMART_CONTRACT_CALL_TOKEN_VALUE =
:"TriggerSmartContract.call_token_value"

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info