Skip to content

API documentation of Agoric SDK / Exports / @agoric/assert / types / StringablePayload

Interface: StringablePayload

@agoric/assert.types.StringablePayload

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

Table of contents

Properties

Properties

toString

toString: () => string

How to print the payload

Type declaration

▸ (): string

Returns

string

Defined in

types.js:185