RelayTransaction
The RelayTransaction
type contains the information about a relayed transaction.
type RelayTransaction implements Node {
id: ID!
txHash: String!
typedData: TypedData
}
Fields
id
(ID
)
id
the relayed transaction ID.
txHash
(String
)
txHash
the transaction hash.
typedData
(TypedData
)
typedData
information about the Typed Data.
Interfaces
Node
The Node
interface follows relay.dev spec.