Holds the payload passed to quote so that its printed form is visible.

interface StringablePayload {
    toString: (() => string);
}

Properties

Properties

toString: (() => string)

Type declaration

    • (): string
    • How to print the payload

      Returns string

Generated using TypeDoc