ReceiptScriptResult: {
    gasUsed: BN;
    result: BN;
    type: ScriptResult;
}

Type declaration

  • gasUsed: BN

    Gas consumed by the script (u64)

  • result: BN

    Result variant with embedded PanicReason in first 8 bits and instr (u64)

  • type: ScriptResult