ReceiptLogData: {
    data: string;
    digest: string;
    id: string;
    is: BN;
    len: BN;
    pc: BN;
    ptr: BN;
    ra: BN;
    rb: BN;
    type: LogData;
}

Type declaration

  • data: string

    Value of the memory range MEM[$rC, $rD].

  • digest: string

    Hash of MEM[$rC, $rD] (b256)

  • id: string

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

  • is: BN

    Value of register $is (u64)

  • len: BN

    Value of register $rD (u64)

  • pc: BN

    Value of register $pc (u64)

  • ptr: BN

    Value of register $rC (u64)

  • ra: BN

    Value of register $rA (u64)

  • rb: BN

    Value of register $rB (u64)

  • type: LogData