Skip to main content

SnsTokenRequest

Type Alias SnsTokenRequest 

Source
pub type SnsTokenRequest = SnsLookupRequest;
Expand description

Request accepted by the SNS token report builder.

Aliased Type§

pub struct SnsTokenRequest {
    pub network: String,
    pub source_endpoint: String,
    pub now_unix_secs: u64,
    pub input: String,
}

Fields§

§network: String§source_endpoint: String§now_unix_secs: u64§input: String