parameterFundingInfos method
Implementation
@override
Parameter parameterFundingInfos(
{required List<FundingInfo> infos, dynamic hint}) {
return handler.executeSync(SyncTask(
callFfi: () {
var arg0 =
cst_encode_list_Auto_Owned_RustOpaque_flutter_rust_bridgefor_generatedrust_asyncRwLockFundingInfo(
infos);
return wire.wire_Parameter_funding_infos(arg0);
},
codec: DcoCodec(
decodeSuccessData:
dco_decode_Auto_Owned_RustOpaque_flutter_rust_bridgefor_generatedrust_asyncRwLockParameter,
decodeErrorData: dco_decode_AnyhowException,
),
constMeta: kParameterFundingInfosConstMeta,
argValues: [infos],
apiImpl: this,
hint: hint,
));
}