Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IRequestApprovalsDispatcherTrait

Fully qualified path: starkware_utils::components::request_approvals::interface::IRequestApprovalsDispatcherTrait

Part of the group: dispatchers

pub trait IRequestApprovalsDispatcherTrait<T>

Trait functions

get_request_status

Returns the status of a request.

Fully qualified path: starkware_utils::components::request_approvals::interface::IRequestApprovalsDispatcherTrait::get_request_status

fn get_request_status(self: T, request_hash: felt252) -> RequestStatus