Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

TransactionExecuted

@notice Emitted when the account executes a transaction @param hash The transaction hash @param response The data returned by the methods called

Fully qualified path: token_bound_accounts::components::account::account::AccountComponent::TransactionExecuted

[derive(Drop, starknet::Event)]
pub struct TransactionExecuted {
    pub hash: felt252,
    pub account_address: ContractAddress,
    pub response: Span<Span<felt252>>,
}

Members

hash

Fully qualified path: token_bound_accounts::components::account::account::AccountComponent::TransactionExecuted::hash

pub hash: felt252

account_address

Fully qualified path: token_bound_accounts::components::account::account::AccountComponent::TransactionExecuted::account_address

pub account_address: ContractAddress

response

Fully qualified path: token_bound_accounts::components::account::account::AccountComponent::TransactionExecuted::response

pub response: Span<Span<felt252>>