AccountParser: ((any: Any) => Account)

Type declaration

    • (any: Any): Account
    • Represents a generic function that takes an Any encoded account from the chain and extracts some common Account information from it.

      Parameters

      • any: Any

      Returns Account

Generated using TypeDoc