interface InstructionTrace {
    in: MichelsonType[];
    op: MichelsonCode;
    out: MichelsonReturnType;
}

Properties

Properties