Module: Privy::Models::PolicyMethod
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/privy/models/policy_method.rb
Overview
Method the rule applies to.
Constant Summary collapse
- ETH_SEND_TRANSACTION =
:eth_sendTransaction- ETH_SIGN_TRANSACTION =
:eth_signTransaction- ETH_SIGN_USER_OPERATION =
:eth_signUserOperation- ETH_SIGN_TYPED_DATA_V4 =
:eth_signTypedData_v4- PERSONAL_SIGN =
:personal_sign- ETH_SIGN7702_AUTHORIZATION =
:eth_sign7702Authorization- WALLET_SEND_CALLS =
:wallet_sendCalls- SIGN_TRANSACTION =
:signTransaction- SIGN_AND_SEND_TRANSACTION =
:signAndSendTransaction- EXPORT_PRIVATE_KEY =
:exportPrivateKey- EXPORT_SEED_PHRASE =
:exportSeedPhrase- SIGN_TRANSACTION_BYTES =
:signTransactionBytes- EARN_DEPOSIT =
:earn_deposit- EARN_WITHDRAW =
:earn_withdraw- TRANSFER =
:transfer- STAR =
:*
Class Method Summary collapse
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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/privy/models/policy_method.rb', line 26
|