Skip to main content

Voucher

Representation of a transaction that can be carried out on the base layer blockchain, such as a transfer of assets.

type Voucher {
index: Int!
input: Input!
destination: String!
payload: String!
proof: Proof
}

Fields

NameTypeDescription
indexInt!Unique identifier for the voucher.
inputInput!The input associated with this voucher.
destinationString!The address or identifier of the voucher's destination.
payloadString!The actual data/content of the voucher.
proofProofProof object that allows this voucher to be validated and executed on the base layer blockchain(if available).

On this page

© 2024 Cartesi Foundation Ltd. All rights reserved.

The Cartesi Project is commissioned by the Cartesi Foundation.

We use cookies to ensure that we give you the best experience on our website. By using the website, you agree to the use of cookies.