pub type PlatformMakerStatusAuthorizedRequest = PlatformMakerReputationAuthorizedRequest;Expand description
Detached external authorization for the owner-scoped maker status read.
Aliased Type§
pub struct PlatformMakerStatusAuthorizedRequest {
pub market_id: String,
pub wallet_address: String,
pub authorization_time_ms: u64,
pub authorization_signature: String,
}Fields§
§market_id: String§wallet_address: String