pub type GlobalStateMetaAddLinkRequest = GlobalStateMetaAddLinkOutputRequest;Aliased Type§
pub struct GlobalStateMetaAddLinkRequest {
pub common: MetaOutputRequestCommon,
pub source: String,
pub target: String,
}Fields§
§common: MetaOutputRequestCommon§source: String§target: String