ReceiptCall: {
    amount: BN;
    assetId: string;
    gas: BN;
    id: string;
    is: BN;
    param1: BN;
    param2: BN;
    pc: BN;
    to: string;
    type: Call;
}

Type declaration

  • amount: BN

    Amount of coins to forward, i.e. $rB (u64)

  • assetId: string

    Asset ID of coins to forward, i.e. MEM[$rC, 32] (b256)

  • gas: BN

    Gas to forward, i.e. $rD (u64)

  • id: string

    Contract ID of current context if in an internal context, zero otherwise (b256)

  • is: BN

    Value of register $is (u64)

  • param1: BN

    First parameter (u64)

  • param2: BN

    Second parameter (u64)

  • pc: BN

    Value of register $pc (u64)

  • to: string

    Contract ID of called contract (b256)

  • type: Call