Module: Solace
- Defined in:
- lib/solace/squads_smart_accounts.rb,
lib/solace/squads_smart_accounts/version.rb,
lib/solace/squads_smart_accounts/constants.rb,
lib/solace/squads_smart_accounts/vault_index.rb,
lib/solace/squads_smart_accounts/types/period.rb,
lib/solace/squads_smart_accounts/types/proposal.rb,
lib/solace/squads_smart_accounts/types/settings.rb,
lib/solace/squads_smart_accounts/codecs_extensions.rb,
lib/solace/squads_smart_accounts/types/permissions.rb,
lib/solace/squads_smart_accounts/types/transaction.rb,
lib/solace/squads_smart_accounts/types/program_config.rb,
lib/solace/squads_smart_accounts/types/spending_limit.rb,
lib/solace/squads_smart_accounts/types/settings_action.rb,
lib/solace/squads_smart_accounts/types/transaction_message.rb,
lib/solace/squads_smart_accounts/types/settings_transaction.rb,
lib/solace/squads_smart_accounts/types/smart_account_signer.rb,
lib/solace/squads_smart_accounts/types/smart_account_identity.rb,
lib/solace/squads_smart_accounts/programs/squads_smart_account.rb,
lib/solace/squads_smart_accounts/composers/cancel_proposal_composer.rb,
lib/solace/squads_smart_accounts/composers/create_proposal_composer.rb,
lib/solace/squads_smart_accounts/composers/reject_proposal_composer.rb,
lib/solace/squads_smart_accounts/composers/approve_proposal_composer.rb,
lib/solace/squads_smart_accounts/composers/activate_proposal_composer.rb,
lib/solace/squads_smart_accounts/composers/close_transaction_composer.rb,
lib/solace/squads_smart_accounts/composers/create_transaction_composer.rb,
lib/solace/squads_smart_accounts/composers/use_spending_limit_composer.rb,
lib/solace/squads_smart_accounts/composers/execute_transaction_composer.rb,
lib/solace/squads_smart_accounts/composers/create_smart_account_composer.rb,
lib/solace/squads_smart_accounts/instructions/cancel_proposal_instruction.rb,
lib/solace/squads_smart_accounts/instructions/create_proposal_instruction.rb,
lib/solace/squads_smart_accounts/instructions/reject_proposal_instruction.rb,
lib/solace/squads_smart_accounts/instructions/approve_proposal_instruction.rb,
lib/solace/squads_smart_accounts/composers/add_signer_as_authority_composer.rb,
lib/solace/squads_smart_accounts/instructions/activate_proposal_instruction.rb,
lib/solace/squads_smart_accounts/instructions/close_transaction_instruction.rb,
lib/solace/squads_smart_accounts/composers/execute_transaction_sync_composer.rb,
lib/solace/squads_smart_accounts/instructions/create_transaction_instruction.rb,
lib/solace/squads_smart_accounts/instructions/use_spending_limit_instruction.rb,
lib/solace/squads_smart_accounts/instructions/execute_transaction_instruction.rb,
lib/solace/squads_smart_accounts/composers/close_settings_transaction_composer.rb,
lib/solace/squads_smart_accounts/composers/remove_signer_as_authority_composer.rb,
lib/solace/squads_smart_accounts/composers/set_time_lock_as_authority_composer.rb,
lib/solace/squads_smart_accounts/instructions/create_smart_account_instruction.rb,
lib/solace/squads_smart_accounts/composers/create_settings_transaction_composer.rb,
lib/solace/squads_smart_accounts/composers/execute_settings_transaction_composer.rb,
lib/solace/squads_smart_accounts/composers/change_threshold_as_authority_composer.rb,
lib/solace/squads_smart_accounts/instructions/add_signer_as_authority_instruction.rb,
lib/solace/squads_smart_accounts/instructions/execute_transaction_sync_instruction.rb,
lib/solace/squads_smart_accounts/composers/add_spending_limit_as_authority_composer.rb,
lib/solace/squads_smart_accounts/instructions/close_settings_transaction_instruction.rb,
lib/solace/squads_smart_accounts/instructions/remove_signer_as_authority_instruction.rb,
lib/solace/squads_smart_accounts/instructions/set_time_lock_as_authority_instruction.rb,
lib/solace/squads_smart_accounts/composers/execute_settings_transaction_sync_composer.rb,
lib/solace/squads_smart_accounts/instructions/create_settings_transaction_instruction.rb,
lib/solace/squads_smart_accounts/composers/remove_spending_limit_as_authority_composer.rb,
lib/solace/squads_smart_accounts/instructions/execute_settings_transaction_instruction.rb,
lib/solace/squads_smart_accounts/instructions/change_threshold_as_authority_instruction.rb,
lib/solace/squads_smart_accounts/instructions/add_spending_limit_as_authority_instruction.rb,
lib/solace/squads_smart_accounts/composers/set_new_settings_authority_as_authority_composer.rb,
lib/solace/squads_smart_accounts/instructions/execute_settings_transaction_sync_instruction.rb,
lib/solace/squads_smart_accounts/instructions/remove_spending_limit_as_authority_instruction.rb,
lib/solace/squads_smart_accounts/instructions/set_new_settings_authority_as_authority_instruction.rb
Defined Under Namespace
Modules: Composers, Programs, SquadsSmartAccounts, Utils