Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ISRC6

Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6

pub trait ISRC6<TState>

Trait functions

execute

Executes a list of calls from the account.

Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6::execute

fn __execute__(self: @TState, calls: Array<Call>)

validate

Validates a transaction before execution. This function is used by the protocol to verify invoke transactions.

Returns the short string ‘VALID’ if valid, otherwise it reverts.

Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6::validate

fn __validate__(self: @TState, calls: Array<Call>) -> felt252

is_valid_signature

Verifies that the given signature is valid for the given hash.

Returns the short string ‘VALID’ if valid, otherwise returns 0.

Fully qualified path: openzeppelin_interfaces::account::accounts::ISRC6::is_valid_signature

fn is_valid_signature(self: @TState, hash: felt252, signature: Array<felt252>) -> felt252