Skip to main content

Input

Request submitted to the application to advance its state

type Input {
index: Int!
status: CompletionStatus!
timestamp: DateTime!
msgSender: String!
blockNumber: Int!
payload: String!
notices: NoticeConnection!
vouchers: VoucherConnection!
reports: ReportConnection!
}

Fields

NameTypeDescription
indexInt!Unique identifier for the input.
statusCompletionStatus!Current status of the input processing.
timestampDateTime!Timestamp associated with the input submission.
msgSenderString!Address of the account that submitted the input.
blockNumberInt!Number of the base layer block in which the input was recorded.
payloadString!The actual data/content of the input.
noticesNoticeConnection!List of notices associated with this input.
vouchersVoucherConnection!List of vouchers associated with this input.
reportsReportConnection!List of reports associated with this input.

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.