Skip to main content

SnsParamsRequest

Type Alias SnsParamsRequest 

Source
pub type SnsParamsRequest = SnsLookupRequest;
Expand description

Request accepted by the SNS governance-parameters report builder.

Aliased Type§

pub struct SnsParamsRequest {
    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