ReceiptReturnData: {
    data: string;
    digest: string;
    id: string;
    is: BN;
    len: BN;
    pc: BN;
    ptr: BN;
    type: ReturnData;
}

Type declaration

  • data: string

    Value of the memory range MEM[$rA, $rB].

  • digest: string

    Hash of MEM[$rA, $rB] (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 $rB (u64)

  • pc: BN

    Value of register $pc (u64)

  • ptr: BN

    Value of register $rA (u64)

  • type: ReturnData