Parses a base64-encoded account provided by the RPC client into an EncodedAccount type or
a MaybeEncodedAccount type if the raw data can be set to null.
Type Parameters
TAddress extends string = string
Supply a string literal to define an account having a particular address.
Parses a base64-encoded account provided by the RPC client into an EncodedAccount type or a MaybeEncodedAccount type if the raw data can be set to
null.