Type alias TxOutput

TxOutput: {
    amount: bigint;
    amountHuman: number;
    asset: string;
    rewardAmount: number;
    rewardAsset: string;
}

Type used for representing a Txoutput

Type declaration

  • amount: bigint

    Output amount as integer

  • amountHuman: number

    Output amount in human-readable float

  • asset: string

    Output asset ticker

  • rewardAmount: number

    Reward amount in human-readable float

  • rewardAsset: string

    Reward asset ticker

Generated using TypeDoc