ReceiptLog: {
    id: string;
    is: BN;
    pc: BN;
    ra: BN;
    rb: BN;
    rc: BN;
    rd: BN;
    type: Log;
}

Type declaration

  • id: string

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

  • is: BN

    Value of register $is (u64)

  • pc: BN

    Value of register $pc (u64)

  • ra: BN

    Value of register $rA (u64)

  • rb: BN

    Value of register $rB (u64)

  • rc: BN

    Value of register $rC (u64)

  • rd: BN

    Value of register $rD (u64)

  • type: Log