Function stringifyDebugTraceSummary
- stringifyDebugTraceSummary(summary, __namedParameters?): string
Parameters
summary: {
alternateStack: string[];
error?: string;
execute: boolean;
instruction: undefined | AuthenticationInstruction;
ip: number;
stack: string[];
}[]
__namedParameters: {
opcodes?: {
[opcode: number]: string;
};
padInstruction?: number;
} = {}
Optional
opcodes?: {
[opcode: number]: string;
}
Optional
padInstruction?: number
Returns string
Return a string with the result of summarizeDebugTrace including one step per line.