MarketplaceTransaction
No description
type MarketplaceTransaction implements Sortable, Syncable {
id: ID!
version: Version!
sortID: SortID!
seller: UserPublicInfo!
buyer: UserPublicInfo!
price: Price!
moment: MintedMoment!
txHash: String!
updatedAt: Time!
}
Fields
id ● ID! non-null scalar
version ● Version! non-null scalar
sortID ● SortID! non-null scalar
seller ● UserPublicInfo! non-null object
buyer ● UserPublicInfo! non-null object
price ● Price! non-null scalar
moment ● MintedMoment! non-null object
txHash ● String! non-null scalar
updatedAt ● Time! non-null scalar
Interfaces
Sortable interface
Syncable interface
Member of
MarketplaceTransactions object