Transforms an EncodedAccount into an Account (or a MaybeEncodedAccount
into a MaybeAccount) by decoding the account data using the provided Decoder
instance.
Type Parameters
TData extends object
The type of this account's data.
TAddress extends string = string
Supply a string literal to define an account having a particular address.
Transforms an EncodedAccount into an Account (or a MaybeEncodedAccount into a MaybeAccount) by decoding the account data using the provided Decoder instance.