itemDecoder method
Decodes an item in the JSON RPC List response.
Implementation
@override
ProgramAccount itemDecoder(
final Map<String, dynamic> item,
) => ProgramAccount.fromJson(item);
Decodes an item in the JSON RPC List response.
@override
ProgramAccount itemDecoder(
final Map<String, dynamic> item,
) => ProgramAccount.fromJson(item);