AdvanceReadMessageOffsetInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| messageId - String! | |
| pageId - String! | |
| signature - String! | The address signature of the message that was provided as part of the server response. The operation will fail if signature is invalid. |
input AdvanceReadMessageOffsetInput {
messageId: String!
pageId: String!
signature: String!
}