Class: Privy::Models::EthereumSendCallsCall
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::EthereumSendCallsCall
- Defined in:
- lib/privy/models/ethereum_send_calls_call.rb
Instance Attribute Summary collapse
-
#data ⇒ String?
A hex-encoded string prefixed with ‘0x’, capped at 100002 characters (50,000 bytes).
- #to ⇒ String
-
#value ⇒ String, ...
A quantity value that can be either a hex string starting with ‘0x’ or a non-negative integer.
Instance Method Summary collapse
-
#initialize(to:, data: nil, value: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see EthereumSendCallsCall for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(to:, data: nil, value: nil) ⇒ Object
Some parameter documentations has been truncated, see Privy::Models::EthereumSendCallsCall for more details.
A single call within a batched wallet_sendCalls request.
|
|
# File 'lib/privy/models/ethereum_send_calls_call.rb', line 25
|
Instance Attribute Details
#data ⇒ String?
A hex-encoded string prefixed with ‘0x’, capped at 100002 characters (50,000 bytes).
16 |
# File 'lib/privy/models/ethereum_send_calls_call.rb', line 16 optional :data, String |
#to ⇒ String
9 |
# File 'lib/privy/models/ethereum_send_calls_call.rb', line 9 required :to, String |