Preview a transaction against the latest network state, and returns the preview receipt.
If the node has enabled it, you may be able to also preview against recent network state.
For V2 transactions (and beyond) the /preview-v2 endpoint should be used instead.
Body
networkstringRequired
The logical name of the network
Example: {{network}}
manifeststringRequired
A text representation of a transaction manifest.
blobs_hexstring[]Optional
An array of hex-encoded blob data, if referenced by the manifest.
An integer between 0 and 10^10, marking the epoch at which the transaction starts
being valid.
If not provided, the current epoch will be used (taking into account the
at_ledger_state, if specified).
An integer between 0 and 10^10, marking the epoch at which the transaction is no
longer valid.
If not provided, a maximum epoch (relative to the start_epoch_inclusive) will be used.
notary_is_signatorybooleanOptional
Whether the notary should be used as a signer (optional).
If not provided, this defaults to false.
An integer between 0 and 65535, giving the validator tip as a percentage amount.
A value of 1 corresponds to a 1% fee.
If not provided, this defaults to 0.
nonceinteger · int64 · max: 4294967295Optional
An integer between 0 and 2^32 - 1, chosen to allow a unique intent to be created
(to enable submitting an otherwise identical/duplicate intent).
If not provided, this defaults to 0.