UpdateGlobalVar constructor
UpdateGlobalVar({})
Implementation
factory UpdateGlobalVar(
{required int fromChainId,
required int subAccountId,
required Parameter parameter,
required double serialId,
dynamic hint}) =>
RustLib.instance.api.updateGlobalVarNew(
fromChainId: fromChainId,
subAccountId: subAccountId,
parameter: parameter,
serialId: serialId,
hint: hint);