OutputChange: {
    amount: BN;
    assetId: string;
    to: string;
    type: Change;
}

Type declaration

  • amount: BN

    Amount of coins to send (u64)

  • assetId: string

    Asset ID of coins (b256)

  • to: string

    Receiving address or script hash (b256)

  • type: Change