ReceiptPanic: {
    contractId: string;
    id: string;
    is: BN;
    pc: BN;
    reason: BN;
    type: Panic;
}

Type declaration

  • contractId: string

    Value of optional contract ID

  • 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)

  • reason: BN

    Panic reason (u64)

  • type: Panic