ReceiptRevert: {
    id: string;
    is: BN;
    pc: BN;
    type: Revert;
    val: BN;
}

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)

  • type: Revert
  • val: BN

    Value of register $rA (u64)