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 =

Returns:

  • (:eth_sendTransaction)
:eth_sendTransaction
ETH_SIGN_TRANSACTION =

Returns:

  • (:eth_signTransaction)
:eth_signTransaction
ETH_SIGN_USER_OPERATION =

Returns:

  • (:eth_signUserOperation)
:eth_signUserOperation
ETH_SIGN_TYPED_DATA_V4 =

Returns:

  • (:eth_signTypedData_v4)
:eth_signTypedData_v4
PERSONAL_SIGN =

Returns:

  • (:personal_sign)
:personal_sign
ETH_SIGN7702_AUTHORIZATION =

Returns:

  • (:eth_sign7702Authorization)
:eth_sign7702Authorization
WALLET_SEND_CALLS =

Returns:

  • (:wallet_sendCalls)
:wallet_sendCalls
SIGN_TRANSACTION =

Returns:

  • (:signTransaction)
:signTransaction
SIGN_AND_SEND_TRANSACTION =

Returns:

  • (:signAndSendTransaction)
:signAndSendTransaction
SIGN_MESSAGE =

Returns:

  • (:signMessage)
:signMessage
EXPORT_PRIVATE_KEY =

Returns:

  • (:exportPrivateKey)
:exportPrivateKey
EXPORT_SEED_PHRASE =

Returns:

  • (:exportSeedPhrase)
:exportSeedPhrase
SIGN_TRANSACTION_BYTES =

Returns:

  • (:signTransactionBytes)
:signTransactionBytes
SIGN_RAW_MESSAGE_BYTES =

Returns:

  • (:signRawMessageBytes)
:signRawMessageBytes
TRON_SEND_TRANSACTION =

Returns:

  • (:tron_sendTransaction)
:tron_sendTransaction
TRON_SIGN_TRANSACTION =

Returns:

  • (:tron_signTransaction)
:tron_signTransaction
EARN_DEPOSIT =

Returns:

  • (:earn_deposit)
:earn_deposit
EARN_WITHDRAW =

Returns:

  • (:earn_withdraw)
:earn_withdraw
TRANSFER =

Returns:

  • (:transfer)
:transfer
STAR =

Returns:

  • (:*)
:*

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/privy/models/policy_method.rb', line 30

Instance Method Details

#self?.values::Array[Privy::Models::policy_method]

Returns:

  • (::Array[Privy::Models::policy_method])


49
# File 'sig/privy/models/policy_method.rbs', line 49

def self?.values: -> ::Array[Privy::Models::policy_method]