pub type PbSetSystemParamResponse = SetSystemParamResponse;
Expand description
Alias for SetSystemParamResponse
.
Aliased Type§
struct PbSetSystemParamResponse {
pub params: Option<SystemParams>,
}
Fields§
§params: Option<SystemParams>
pub type PbSetSystemParamResponse = SetSystemParamResponse;
Alias for SetSystemParamResponse
.
struct PbSetSystemParamResponse {
pub params: Option<SystemParams>,
}
params: Option<SystemParams>