Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IRequestApprovalsSafeDispatcherTrait

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

Part of the group: dispatchers

pub trait IRequestApprovalsSafeDispatcherTrait<T>

Trait functions

get_request_status

Returns the status of a request.

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

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