AccountDeserializer typedef

AccountDeserializer = AccountI Function(Any any)

Represents a function that can read an Any as a particular AccountI implementation.

Implementation

typedef AccountDeserializer = AccountI Function(Any any);