Interface TransactRevision

Hierarchy

  • TransactRevision

Properties

allowModify: boolean

Whether or not the context allowed any modification to take effect.

code: string

The string representation of the code executed.

modified: boolean

If the request was modified by this code.

response: {
    request: string;
    signatures: string[];
}

The response from the code that was executed.

Type declaration

  • request: string
  • signatures: string[]