Module: Privy::Models::PolicyMethod
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/privy/models/policy_method.rb,
sig/privy/models/policy_method.rbs
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- SIGN_MESSAGE =
:signMessage- EXPORT_PRIVATE_KEY =
:exportPrivateKey- EXPORT_SEED_PHRASE =
:exportSeedPhrase- SIGN_TRANSACTION_BYTES =
:signTransactionBytes- SIGN_RAW_MESSAGE_BYTES =
:signRawMessageBytes- TRON_SEND_TRANSACTION =
:tron_sendTransaction- TRON_SIGN_TRANSACTION =
:tron_signTransaction- EARN_DEPOSIT =
:earn_deposit- EARN_WITHDRAW =
:earn_withdraw- TRANSFER =
:transfer- STAR =
:*
Class Method Summary collapse
Instance 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 30
|
Instance Method Details
#self?.values ⇒ ::Array[Privy::Models::policy_method]
49 |
# File 'sig/privy/models/policy_method.rbs', line 49
def self?.values: -> ::Array[Privy::Models::policy_method]
|