Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ISignatoryDispatcherTrait

Fully qualified path: token_bound_accounts::interfaces::ISignatory::ISignatoryDispatcherTrait

Part of the group: dispatchers

pub trait ISignatoryDispatcherTrait<T>

Trait functions

is_valid_signer

Fully qualified path: token_bound_accounts::interfaces::ISignatory::ISignatoryDispatcherTrait::is_valid_signer

fn is_valid_signer(self: T, signer: ContractAddress) -> bool

is_valid_signature

Fully qualified path: token_bound_accounts::interfaces::ISignatory::ISignatoryDispatcherTrait::is_valid_signature

fn is_valid_signature(self: T, hash: felt252, signature: Span<felt252>) -> felt252