Class: Solace::SquadsSmartAccounts::SmartAccountIdentity
- Inherits:
-
Data
- Object
- Data
- Solace::SquadsSmartAccounts::SmartAccountIdentity
- Defined in:
- lib/solace/squads_smart_accounts/types/smart_account_identity.rb
Overview
Immutable value object holding the full deterministic identity of a smart account — everything a client needs to persist for indexing before (or after) creating it on-chain.
Instance Attribute Summary collapse
-
#settings_address ⇒ Object
readonly
Returns the value of attribute settings_address.
-
#settings_seed ⇒ Object
readonly
Returns the value of attribute settings_seed.
-
#smart_account_address ⇒ Object
readonly
Returns the value of attribute smart_account_address.
Instance Attribute Details
#settings_address ⇒ Object (readonly)
Returns the value of attribute settings_address
14 15 16 |
# File 'lib/solace/squads_smart_accounts/types/smart_account_identity.rb', line 14 def settings_address @settings_address end |
#settings_seed ⇒ Object (readonly)
Returns the value of attribute settings_seed
14 15 16 |
# File 'lib/solace/squads_smart_accounts/types/smart_account_identity.rb', line 14 def settings_seed @settings_seed end |
#smart_account_address ⇒ Object (readonly)
Returns the value of attribute smart_account_address
14 15 16 |
# File 'lib/solace/squads_smart_accounts/types/smart_account_identity.rb', line 14 def smart_account_address @smart_account_address end |