Amount: {
    asset: Asset;
    value: string;
}

An amount of a specific asset.

Type declaration

  • asset: Asset

    The asset.

    See asset helper to create one.

  • value: string

    The amount in the smallest unit of the given asset (e.g. wei for ETH).