Skip to main content

InputFilter

Filter object to restrict results depending on input properties

input InputFilter {
msgSender: String
blockNumber: BigInt
blockNumberLowerThan: BigInt
blockNumberGreaterThan: BigInt
timestampLowerThan: BigInt
timestampGreaterThan: BigInt
}

Fields

msgSender (String)

Filter only inputs submitted by a specific address

blockNumber (BigInt)

Filter only inputs recorded in a specific base layer block

blockNumberLowerThan (BigInt)

Filter only inputs recorded before a specific base layer block

blockNumberGreaterThan (BigInt)

Filter only inputs recorded after a specific base layer block

timestampLowerThan (BigInt)

Filter only inputs recorded before a specific timestamp, as defined by the base layer

timestampGreaterThan (BigInt)

Filter only inputs recorded after a specific timestamp, as defined by the base layer

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.