menu
walletkit_dart
walletkit_dart.dart
FunctionParamUFixed
decode method
decode
dark_mode
light_mode
decode
method
@
override
Amount
decode
(
Uint8List
data
)
override
Implementation
@override Amount decode(Uint8List data) { return FunctionParamUFixed128(18).decode(data); }
walletkit_dart
walletkit_dart
FunctionParamUFixed
decode method
FunctionParamUFixed class