Interface IVerifyAssets<T>

interface IVerifyAssets ((address, resources, assets, balancesSnapshot?) => Promise<any>)

Type Parameters

  • T extends NumberType

  • Parameters

    • address: string
    • resources: string[]
    • assets: undefined | AssetConditionGroup<T>
    • Optional balancesSnapshot: object

    Returns Promise<any>

Generated using TypeDoc