Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IRequestApprovals

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

pub trait IRequestApprovals<TContractState>

Trait functions

get_request_status

Returns the status of a request.

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

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