Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterGloombergServer(s grpc.ServiceRegistrar, srv GloombergServer)
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetEventType() EventType
- func (x *Event) GetName() string
- func (x *Event) GetPayload() *EventPayload
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type EventPayload
- func (*EventPayload) Descriptor() ([]byte, []int)deprecated
- func (x *EventPayload) GetItemListed() *ItemListed
- func (x *EventPayload) GetItemReceivedBid() *ItemReceivedBid
- func (m *EventPayload) GetKind() isEventPayload_Kind
- func (*EventPayload) ProtoMessage()
- func (x *EventPayload) ProtoReflect() protoreflect.Message
- func (x *EventPayload) Reset()
- func (x *EventPayload) String() string
- type EventPayload_ItemListed
- type EventPayload_ItemReceivedBid
- type EventType
- type GloombergClient
- type GloombergServer
- type Gloomberg_GetEventsClient
- type Gloomberg_GetEventsServer
- type ItemListed
- func (*ItemListed) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed) GetEventType() EventType
- func (x *ItemListed) GetPayload() *ItemListed_ItemListedPayload
- func (x *ItemListed) GetSentAt() *timestamppb.Timestamp
- func (*ItemListed) ProtoMessage()
- func (x *ItemListed) ProtoReflect() protoreflect.Message
- func (x *ItemListed) Reset()
- func (x *ItemListed) String() string
- type ItemListed_Account
- func (*ItemListed_Account) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_Account) GetAddress() string
- func (*ItemListed_Account) ProtoMessage()
- func (x *ItemListed_Account) ProtoReflect() protoreflect.Message
- func (x *ItemListed_Account) Reset()
- func (x *ItemListed_Account) String() string
- type ItemListed_Chain
- type ItemListed_Collection
- func (*ItemListed_Collection) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_Collection) GetSlug() string
- func (*ItemListed_Collection) ProtoMessage()
- func (x *ItemListed_Collection) ProtoReflect() protoreflect.Message
- func (x *ItemListed_Collection) Reset()
- func (x *ItemListed_Collection) String() string
- type ItemListed_Consideration
- func (*ItemListed_Consideration) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_Consideration) GetEndAmount() uint64
- func (x *ItemListed_Consideration) GetIdentifierOrCriteria() uint32
- func (x *ItemListed_Consideration) GetItemType() uint32
- func (x *ItemListed_Consideration) GetRecipient() string
- func (x *ItemListed_Consideration) GetStartAmount() uint64
- func (x *ItemListed_Consideration) GetToken() string
- func (*ItemListed_Consideration) ProtoMessage()
- func (x *ItemListed_Consideration) ProtoReflect() protoreflect.Message
- func (x *ItemListed_Consideration) Reset()
- func (x *ItemListed_Consideration) String() string
- type ItemListed_Item
- func (*ItemListed_Item) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_Item) GetChain() *ItemListed_Chain
- func (x *ItemListed_Item) GetMetadata() *ItemListed_Metadata
- func (x *ItemListed_Item) GetNftId() string
- func (x *ItemListed_Item) GetPermalink() string
- func (*ItemListed_Item) ProtoMessage()
- func (x *ItemListed_Item) ProtoReflect() protoreflect.Message
- func (x *ItemListed_Item) Reset()
- func (x *ItemListed_Item) String() string
- type ItemListed_ItemListedPayload
- func (*ItemListed_ItemListedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_ItemListedPayload) GetBasePrice() string
- func (x *ItemListed_ItemListedPayload) GetCollection() *ItemListed_Collection
- func (x *ItemListed_ItemListedPayload) GetEventTimestamp() *timestamppb.Timestamp
- func (x *ItemListed_ItemListedPayload) GetExpirationDate() *timestamppb.Timestamp
- func (x *ItemListed_ItemListedPayload) GetIsPrivate() bool
- func (x *ItemListed_ItemListedPayload) GetItem() *ItemListed_Item
- func (x *ItemListed_ItemListedPayload) GetListingDate() *timestamppb.Timestamp
- func (x *ItemListed_ItemListedPayload) GetListingType() *anypb.Any
- func (x *ItemListed_ItemListedPayload) GetMaker() *ItemListed_Account
- func (x *ItemListed_ItemListedPayload) GetOrderHash() string
- func (x *ItemListed_ItemListedPayload) GetPaymentToken() *ItemListed_PaymentToken
- func (x *ItemListed_ItemListedPayload) GetProtocolData() *ItemListed_ProtocolData
- func (x *ItemListed_ItemListedPayload) GetQuantity() uint32
- func (x *ItemListed_ItemListedPayload) GetTaker() *ItemListed_Account
- func (*ItemListed_ItemListedPayload) ProtoMessage()
- func (x *ItemListed_ItemListedPayload) ProtoReflect() protoreflect.Message
- func (x *ItemListed_ItemListedPayload) Reset()
- func (x *ItemListed_ItemListedPayload) String() string
- type ItemListed_Metadata
- func (*ItemListed_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_Metadata) GetAnimationUrl() string
- func (x *ItemListed_Metadata) GetImageUrl() string
- func (x *ItemListed_Metadata) GetMetadataUrl() string
- func (x *ItemListed_Metadata) GetName() string
- func (*ItemListed_Metadata) ProtoMessage()
- func (x *ItemListed_Metadata) ProtoReflect() protoreflect.Message
- func (x *ItemListed_Metadata) Reset()
- func (x *ItemListed_Metadata) String() string
- type ItemListed_Offer
- func (*ItemListed_Offer) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_Offer) GetEndAmount() uint32
- func (x *ItemListed_Offer) GetIdentifierOrCriteria() uint64
- func (x *ItemListed_Offer) GetItemType() uint32
- func (x *ItemListed_Offer) GetStartAmount() uint32
- func (x *ItemListed_Offer) GetToken() string
- func (*ItemListed_Offer) ProtoMessage()
- func (x *ItemListed_Offer) ProtoReflect() protoreflect.Message
- func (x *ItemListed_Offer) Reset()
- func (x *ItemListed_Offer) String() string
- type ItemListed_Parameters
- func (*ItemListed_Parameters) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_Parameters) GetConduitKey() string
- func (x *ItemListed_Parameters) GetConsideration() []*ItemListed_Consideration
- func (x *ItemListed_Parameters) GetCounter() uint32
- func (x *ItemListed_Parameters) GetEndTime() uint32
- func (x *ItemListed_Parameters) GetOffer() []*ItemListed_Offer
- func (x *ItemListed_Parameters) GetOfferer() string
- func (x *ItemListed_Parameters) GetOrderType() uint32
- func (x *ItemListed_Parameters) GetSalt() uint64
- func (x *ItemListed_Parameters) GetStartTime() uint32
- func (x *ItemListed_Parameters) GetTotalOriginalConsiderationItems() uint32
- func (x *ItemListed_Parameters) GetZone() string
- func (x *ItemListed_Parameters) GetZoneHash() string
- func (*ItemListed_Parameters) ProtoMessage()
- func (x *ItemListed_Parameters) ProtoReflect() protoreflect.Message
- func (x *ItemListed_Parameters) Reset()
- func (x *ItemListed_Parameters) String() string
- type ItemListed_PaymentToken
- func (*ItemListed_PaymentToken) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_PaymentToken) GetAddress() string
- func (x *ItemListed_PaymentToken) GetDecimals() uint32
- func (x *ItemListed_PaymentToken) GetEthPrice() string
- func (x *ItemListed_PaymentToken) GetName() string
- func (x *ItemListed_PaymentToken) GetSymbol() string
- func (x *ItemListed_PaymentToken) GetUsdPrice() string
- func (*ItemListed_PaymentToken) ProtoMessage()
- func (x *ItemListed_PaymentToken) ProtoReflect() protoreflect.Message
- func (x *ItemListed_PaymentToken) Reset()
- func (x *ItemListed_PaymentToken) String() string
- type ItemListed_ProtocolData
- func (*ItemListed_ProtocolData) Descriptor() ([]byte, []int)deprecated
- func (x *ItemListed_ProtocolData) GetParameters() *ItemListed_Parameters
- func (x *ItemListed_ProtocolData) GetSignature() string
- func (x *ItemListed_ProtocolData) GetUseLazyMintAdapterForSharedStorefront() bool
- func (*ItemListed_ProtocolData) ProtoMessage()
- func (x *ItemListed_ProtocolData) ProtoReflect() protoreflect.Message
- func (x *ItemListed_ProtocolData) Reset()
- func (x *ItemListed_ProtocolData) String() string
- type ItemReceivedBid
- type ItemReceivedBid_ChainMoep
- func (*ItemReceivedBid_ChainMoep) Descriptor() ([]byte, []int)deprecated
- func (x *ItemReceivedBid_ChainMoep) GetMia() string
- func (*ItemReceivedBid_ChainMoep) ProtoMessage()
- func (x *ItemReceivedBid_ChainMoep) ProtoReflect() protoreflect.Message
- func (x *ItemReceivedBid_ChainMoep) Reset()
- func (x *ItemReceivedBid_ChainMoep) String() string
- type ItemReceivedBid_CollectionMuh
- func (*ItemReceivedBid_CollectionMuh) Descriptor() ([]byte, []int)deprecated
- func (x *ItemReceivedBid_CollectionMuh) GetMuh() string
- func (*ItemReceivedBid_CollectionMuh) ProtoMessage()
- func (x *ItemReceivedBid_CollectionMuh) ProtoReflect() protoreflect.Message
- func (x *ItemReceivedBid_CollectionMuh) Reset()
- func (x *ItemReceivedBid_CollectionMuh) String() string
- type SubscriptionRequest
- func (*SubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubscriptionRequest) GetCollections() []string
- func (x *SubscriptionRequest) GetEventTypes() []EventType
- func (*SubscriptionRequest) ProtoMessage()
- func (x *SubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *SubscriptionRequest) Reset()
- func (x *SubscriptionRequest) String() string
- type UnimplementedGloombergServer
- type UnsafeGloombergServer
Constants ¶
const ( Gloomberg_Subscribe_FullMethodName = "/gen.Gloomberg/Subscribe" Gloomberg_GetEvents_FullMethodName = "/gen.Gloomberg/GetEvents" )
Variables ¶
var ( EventType_name = map[int32]string{ 0: "UNKNOWN", 1: "ITEM_LISTED", 2: "ITEM_RECEIVED_BID", 3: "METADATA_UPDATED", 4: "COLLECTION_OFFER", } EventType_value = map[string]int32{ "UNKNOWN": 0, "ITEM_LISTED": 1, "ITEM_RECEIVED_BID": 2, "METADATA_UPDATED": 3, "COLLECTION_OFFER": 4, } )
Enum value maps for EventType.
var File_internal_nemo_gloomberg_gbgrpc_gen_gloomberg_proto protoreflect.FileDescriptor
var Gloomberg_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gen.Gloomberg", HandlerType: (*GloombergServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Subscribe", Handler: _Gloomberg_Subscribe_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetEvents", Handler: _Gloomberg_GetEvents_Handler, ServerStreams: true, }, }, Metadata: "internal/nemo/gloomberg/gbgrpc/gen/gloomberg.proto", }
Gloomberg_ServiceDesc is the grpc.ServiceDesc for Gloomberg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterGloombergServer ¶
func RegisterGloombergServer(s grpc.ServiceRegistrar, srv GloombergServer)
Types ¶
type Event ¶
type Event struct { // The name of the feature. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The event type. EventType EventType `protobuf:"varint,2,opt,name=eventType,proto3,enum=gen.EventType" json:"eventType,omitempty"` // The event payload. Payload *EventPayload `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetEventType ¶
func (*Event) GetPayload ¶
func (x *Event) GetPayload() *EventPayload
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
type EventPayload ¶
type EventPayload struct { // The kind of value. // // Types that are assignable to Kind: // // *EventPayload_ItemListed // *EventPayload_ItemReceivedBid Kind isEventPayload_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
func (*EventPayload) Descriptor
deprecated
func (*EventPayload) Descriptor() ([]byte, []int)
Deprecated: Use EventPayload.ProtoReflect.Descriptor instead.
func (*EventPayload) GetItemListed ¶
func (x *EventPayload) GetItemListed() *ItemListed
func (*EventPayload) GetItemReceivedBid ¶
func (x *EventPayload) GetItemReceivedBid() *ItemReceivedBid
func (*EventPayload) GetKind ¶
func (m *EventPayload) GetKind() isEventPayload_Kind
func (*EventPayload) ProtoMessage ¶
func (*EventPayload) ProtoMessage()
func (*EventPayload) ProtoReflect ¶
func (x *EventPayload) ProtoReflect() protoreflect.Message
func (*EventPayload) Reset ¶
func (x *EventPayload) Reset()
func (*EventPayload) String ¶
func (x *EventPayload) String() string
type EventPayload_ItemListed ¶
type EventPayload_ItemListed struct {
ItemListed *ItemListed `protobuf:"bytes,1,opt,name=item_listed,json=itemListed,proto3,oneof"`
}
type EventPayload_ItemReceivedBid ¶
type EventPayload_ItemReceivedBid struct {
ItemReceivedBid *ItemReceivedBid `protobuf:"bytes,2,opt,name=item_received_bid,json=itemReceivedBid,proto3,oneof"`
}
type EventType ¶
type EventType int32
func (EventType) Descriptor ¶
func (EventType) Descriptor() protoreflect.EnumDescriptor
func (EventType) EnumDescriptor
deprecated
func (EventType) Number ¶
func (x EventType) Number() protoreflect.EnumNumber
func (EventType) Type ¶
func (EventType) Type() protoreflect.EnumType
type GloombergClient ¶
type GloombergClient interface { Subscribe(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetEvents(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (Gloomberg_GetEventsClient, error) }
GloombergClient is the client API for Gloomberg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewGloombergClient ¶
func NewGloombergClient(cc grpc.ClientConnInterface) GloombergClient
type GloombergServer ¶
type GloombergServer interface { Subscribe(context.Context, *SubscriptionRequest) (*emptypb.Empty, error) GetEvents(*SubscriptionRequest, Gloomberg_GetEventsServer) error // contains filtered or unexported methods }
GloombergServer is the server API for Gloomberg service. All implementations must embed UnimplementedGloombergServer for forward compatibility
type Gloomberg_GetEventsClient ¶
type Gloomberg_GetEventsClient interface { Recv() (*Event, error) grpc.ClientStream }
type Gloomberg_GetEventsServer ¶
type Gloomberg_GetEventsServer interface { Send(*Event) error grpc.ServerStream }
type ItemListed ¶
type ItemListed struct { EventType EventType `protobuf:"varint,1,opt,name=event_type,json=eventType,proto3,enum=gen.EventType" json:"event_type,omitempty"` Payload *ItemListed_ItemListedPayload `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` SentAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"` // contains filtered or unexported fields }
Event emitted when an item is listed for sale.
This event is emitted when an item is listed for sale on opensea.
func (*ItemListed) Descriptor
deprecated
func (*ItemListed) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed.ProtoReflect.Descriptor instead.
func (*ItemListed) GetEventType ¶
func (x *ItemListed) GetEventType() EventType
func (*ItemListed) GetPayload ¶
func (x *ItemListed) GetPayload() *ItemListed_ItemListedPayload
func (*ItemListed) GetSentAt ¶
func (x *ItemListed) GetSentAt() *timestamppb.Timestamp
func (*ItemListed) ProtoMessage ¶
func (*ItemListed) ProtoMessage()
func (*ItemListed) ProtoReflect ¶
func (x *ItemListed) ProtoReflect() protoreflect.Message
func (*ItemListed) Reset ¶
func (x *ItemListed) Reset()
func (*ItemListed) String ¶
func (x *ItemListed) String() string
type ItemListed_Account ¶
type ItemListed_Account struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Account) Descriptor
deprecated
func (*ItemListed_Account) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Account.ProtoReflect.Descriptor instead.
func (*ItemListed_Account) GetAddress ¶
func (x *ItemListed_Account) GetAddress() string
func (*ItemListed_Account) ProtoMessage ¶
func (*ItemListed_Account) ProtoMessage()
func (*ItemListed_Account) ProtoReflect ¶
func (x *ItemListed_Account) ProtoReflect() protoreflect.Message
func (*ItemListed_Account) Reset ¶
func (x *ItemListed_Account) Reset()
func (*ItemListed_Account) String ¶
func (x *ItemListed_Account) String() string
type ItemListed_Chain ¶
type ItemListed_Chain struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Chain) Descriptor
deprecated
func (*ItemListed_Chain) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Chain.ProtoReflect.Descriptor instead.
func (*ItemListed_Chain) GetName ¶
func (x *ItemListed_Chain) GetName() string
func (*ItemListed_Chain) ProtoMessage ¶
func (*ItemListed_Chain) ProtoMessage()
func (*ItemListed_Chain) ProtoReflect ¶
func (x *ItemListed_Chain) ProtoReflect() protoreflect.Message
func (*ItemListed_Chain) Reset ¶
func (x *ItemListed_Chain) Reset()
func (*ItemListed_Chain) String ¶
func (x *ItemListed_Chain) String() string
type ItemListed_Collection ¶
type ItemListed_Collection struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Collection) Descriptor
deprecated
func (*ItemListed_Collection) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Collection.ProtoReflect.Descriptor instead.
func (*ItemListed_Collection) GetSlug ¶
func (x *ItemListed_Collection) GetSlug() string
func (*ItemListed_Collection) ProtoMessage ¶
func (*ItemListed_Collection) ProtoMessage()
func (*ItemListed_Collection) ProtoReflect ¶
func (x *ItemListed_Collection) ProtoReflect() protoreflect.Message
func (*ItemListed_Collection) Reset ¶
func (x *ItemListed_Collection) Reset()
func (*ItemListed_Collection) String ¶
func (x *ItemListed_Collection) String() string
type ItemListed_Consideration ¶
type ItemListed_Consideration struct { EndAmount uint64 `protobuf:"varint,1,opt,name=endAmount,proto3" json:"endAmount,omitempty"` IdentifierOrCriteria uint32 `protobuf:"varint,2,opt,name=identifierOrCriteria,proto3" json:"identifierOrCriteria,omitempty"` ItemType uint32 `protobuf:"varint,3,opt,name=itemType,proto3" json:"itemType,omitempty"` Recipient string `protobuf:"bytes,4,opt,name=recipient,proto3" json:"recipient,omitempty"` StartAmount uint64 `protobuf:"varint,5,opt,name=startAmount,proto3" json:"startAmount,omitempty"` Token string `protobuf:"bytes,6,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Consideration) Descriptor
deprecated
func (*ItemListed_Consideration) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Consideration.ProtoReflect.Descriptor instead.
func (*ItemListed_Consideration) GetEndAmount ¶
func (x *ItemListed_Consideration) GetEndAmount() uint64
func (*ItemListed_Consideration) GetIdentifierOrCriteria ¶
func (x *ItemListed_Consideration) GetIdentifierOrCriteria() uint32
func (*ItemListed_Consideration) GetItemType ¶
func (x *ItemListed_Consideration) GetItemType() uint32
func (*ItemListed_Consideration) GetRecipient ¶
func (x *ItemListed_Consideration) GetRecipient() string
func (*ItemListed_Consideration) GetStartAmount ¶
func (x *ItemListed_Consideration) GetStartAmount() uint64
func (*ItemListed_Consideration) GetToken ¶
func (x *ItemListed_Consideration) GetToken() string
func (*ItemListed_Consideration) ProtoMessage ¶
func (*ItemListed_Consideration) ProtoMessage()
func (*ItemListed_Consideration) ProtoReflect ¶
func (x *ItemListed_Consideration) ProtoReflect() protoreflect.Message
func (*ItemListed_Consideration) Reset ¶
func (x *ItemListed_Consideration) Reset()
func (*ItemListed_Consideration) String ¶
func (x *ItemListed_Consideration) String() string
type ItemListed_Item ¶
type ItemListed_Item struct { Chain *ItemListed_Chain `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"` Metadata *ItemListed_Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` NftId string `protobuf:"bytes,3,opt,name=nft_id,json=nftId,proto3" json:"nft_id,omitempty"` Permalink string `protobuf:"bytes,4,opt,name=permalink,proto3" json:"permalink,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Item) Descriptor
deprecated
func (*ItemListed_Item) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Item.ProtoReflect.Descriptor instead.
func (*ItemListed_Item) GetChain ¶
func (x *ItemListed_Item) GetChain() *ItemListed_Chain
func (*ItemListed_Item) GetMetadata ¶
func (x *ItemListed_Item) GetMetadata() *ItemListed_Metadata
func (*ItemListed_Item) GetNftId ¶
func (x *ItemListed_Item) GetNftId() string
func (*ItemListed_Item) GetPermalink ¶
func (x *ItemListed_Item) GetPermalink() string
func (*ItemListed_Item) ProtoMessage ¶
func (*ItemListed_Item) ProtoMessage()
func (*ItemListed_Item) ProtoReflect ¶
func (x *ItemListed_Item) ProtoReflect() protoreflect.Message
func (*ItemListed_Item) Reset ¶
func (x *ItemListed_Item) Reset()
func (*ItemListed_Item) String ¶
func (x *ItemListed_Item) String() string
type ItemListed_ItemListedPayload ¶
type ItemListed_ItemListedPayload struct { BasePrice string `protobuf:"bytes,1,opt,name=base_price,json=basePrice,proto3" json:"base_price,omitempty"` Collection *ItemListed_Collection `protobuf:"bytes,2,opt,name=collection,proto3" json:"collection,omitempty"` EventTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=event_timestamp,json=eventTimestamp,proto3" json:"event_timestamp,omitempty"` ExpirationDate *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"` IsPrivate bool `protobuf:"varint,5,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"` Item *ItemListed_Item `protobuf:"bytes,6,opt,name=item,proto3" json:"item,omitempty"` ListingDate *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=listing_date,json=listingDate,proto3" json:"listing_date,omitempty"` ListingType *anypb.Any `protobuf:"bytes,8,opt,name=listing_type,json=listingType,proto3" json:"listing_type,omitempty"` Maker *ItemListed_Account `protobuf:"bytes,9,opt,name=maker,proto3" json:"maker,omitempty"` OrderHash string `protobuf:"bytes,10,opt,name=order_hash,json=orderHash,proto3" json:"order_hash,omitempty"` PaymentToken *ItemListed_PaymentToken `protobuf:"bytes,11,opt,name=payment_token,json=paymentToken,proto3" json:"payment_token,omitempty"` ProtocolData *ItemListed_ProtocolData `protobuf:"bytes,12,opt,name=protocol_data,json=protocolData,proto3" json:"protocol_data,omitempty"` Quantity uint32 `protobuf:"varint,13,opt,name=quantity,proto3" json:"quantity,omitempty"` Taker *ItemListed_Account `protobuf:"bytes,14,opt,name=taker,proto3" json:"taker,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_ItemListedPayload) Descriptor
deprecated
func (*ItemListed_ItemListedPayload) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_ItemListedPayload.ProtoReflect.Descriptor instead.
func (*ItemListed_ItemListedPayload) GetBasePrice ¶
func (x *ItemListed_ItemListedPayload) GetBasePrice() string
func (*ItemListed_ItemListedPayload) GetCollection ¶
func (x *ItemListed_ItemListedPayload) GetCollection() *ItemListed_Collection
func (*ItemListed_ItemListedPayload) GetEventTimestamp ¶
func (x *ItemListed_ItemListedPayload) GetEventTimestamp() *timestamppb.Timestamp
func (*ItemListed_ItemListedPayload) GetExpirationDate ¶
func (x *ItemListed_ItemListedPayload) GetExpirationDate() *timestamppb.Timestamp
func (*ItemListed_ItemListedPayload) GetIsPrivate ¶
func (x *ItemListed_ItemListedPayload) GetIsPrivate() bool
func (*ItemListed_ItemListedPayload) GetItem ¶
func (x *ItemListed_ItemListedPayload) GetItem() *ItemListed_Item
func (*ItemListed_ItemListedPayload) GetListingDate ¶
func (x *ItemListed_ItemListedPayload) GetListingDate() *timestamppb.Timestamp
func (*ItemListed_ItemListedPayload) GetListingType ¶
func (x *ItemListed_ItemListedPayload) GetListingType() *anypb.Any
func (*ItemListed_ItemListedPayload) GetMaker ¶
func (x *ItemListed_ItemListedPayload) GetMaker() *ItemListed_Account
func (*ItemListed_ItemListedPayload) GetOrderHash ¶
func (x *ItemListed_ItemListedPayload) GetOrderHash() string
func (*ItemListed_ItemListedPayload) GetPaymentToken ¶
func (x *ItemListed_ItemListedPayload) GetPaymentToken() *ItemListed_PaymentToken
func (*ItemListed_ItemListedPayload) GetProtocolData ¶
func (x *ItemListed_ItemListedPayload) GetProtocolData() *ItemListed_ProtocolData
func (*ItemListed_ItemListedPayload) GetQuantity ¶
func (x *ItemListed_ItemListedPayload) GetQuantity() uint32
func (*ItemListed_ItemListedPayload) GetTaker ¶
func (x *ItemListed_ItemListedPayload) GetTaker() *ItemListed_Account
func (*ItemListed_ItemListedPayload) ProtoMessage ¶
func (*ItemListed_ItemListedPayload) ProtoMessage()
func (*ItemListed_ItemListedPayload) ProtoReflect ¶
func (x *ItemListed_ItemListedPayload) ProtoReflect() protoreflect.Message
func (*ItemListed_ItemListedPayload) Reset ¶
func (x *ItemListed_ItemListedPayload) Reset()
func (*ItemListed_ItemListedPayload) String ¶
func (x *ItemListed_ItemListedPayload) String() string
type ItemListed_Metadata ¶
type ItemListed_Metadata struct { AnimationUrl string `protobuf:"bytes,1,opt,name=animation_url,json=animationUrl,proto3" json:"animation_url,omitempty"` ImageUrl string `protobuf:"bytes,2,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` MetadataUrl string `protobuf:"bytes,3,opt,name=metadata_url,json=metadataUrl,proto3" json:"metadata_url,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Metadata) Descriptor
deprecated
func (*ItemListed_Metadata) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Metadata.ProtoReflect.Descriptor instead.
func (*ItemListed_Metadata) GetAnimationUrl ¶
func (x *ItemListed_Metadata) GetAnimationUrl() string
func (*ItemListed_Metadata) GetImageUrl ¶
func (x *ItemListed_Metadata) GetImageUrl() string
func (*ItemListed_Metadata) GetMetadataUrl ¶
func (x *ItemListed_Metadata) GetMetadataUrl() string
func (*ItemListed_Metadata) GetName ¶
func (x *ItemListed_Metadata) GetName() string
func (*ItemListed_Metadata) ProtoMessage ¶
func (*ItemListed_Metadata) ProtoMessage()
func (*ItemListed_Metadata) ProtoReflect ¶
func (x *ItemListed_Metadata) ProtoReflect() protoreflect.Message
func (*ItemListed_Metadata) Reset ¶
func (x *ItemListed_Metadata) Reset()
func (*ItemListed_Metadata) String ¶
func (x *ItemListed_Metadata) String() string
type ItemListed_Offer ¶
type ItemListed_Offer struct { EndAmount uint32 `protobuf:"varint,1,opt,name=endAmount,proto3" json:"endAmount,omitempty"` IdentifierOrCriteria uint64 `protobuf:"varint,2,opt,name=identifierOrCriteria,proto3" json:"identifierOrCriteria,omitempty"` ItemType uint32 `protobuf:"varint,3,opt,name=itemType,proto3" json:"itemType,omitempty"` StartAmount uint32 `protobuf:"varint,4,opt,name=startAmount,proto3" json:"startAmount,omitempty"` Token string `protobuf:"bytes,5,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Offer) Descriptor
deprecated
func (*ItemListed_Offer) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Offer.ProtoReflect.Descriptor instead.
func (*ItemListed_Offer) GetEndAmount ¶
func (x *ItemListed_Offer) GetEndAmount() uint32
func (*ItemListed_Offer) GetIdentifierOrCriteria ¶
func (x *ItemListed_Offer) GetIdentifierOrCriteria() uint64
func (*ItemListed_Offer) GetItemType ¶
func (x *ItemListed_Offer) GetItemType() uint32
func (*ItemListed_Offer) GetStartAmount ¶
func (x *ItemListed_Offer) GetStartAmount() uint32
func (*ItemListed_Offer) GetToken ¶
func (x *ItemListed_Offer) GetToken() string
func (*ItemListed_Offer) ProtoMessage ¶
func (*ItemListed_Offer) ProtoMessage()
func (*ItemListed_Offer) ProtoReflect ¶
func (x *ItemListed_Offer) ProtoReflect() protoreflect.Message
func (*ItemListed_Offer) Reset ¶
func (x *ItemListed_Offer) Reset()
func (*ItemListed_Offer) String ¶
func (x *ItemListed_Offer) String() string
type ItemListed_Parameters ¶
type ItemListed_Parameters struct { ConduitKey string `protobuf:"bytes,1,opt,name=conduitKey,proto3" json:"conduitKey,omitempty"` Consideration []*ItemListed_Consideration `protobuf:"bytes,2,rep,name=consideration,proto3" json:"consideration,omitempty"` Counter uint32 `protobuf:"varint,3,opt,name=counter,proto3" json:"counter,omitempty"` EndTime uint32 `protobuf:"varint,4,opt,name=endTime,proto3" json:"endTime,omitempty"` Offer []*ItemListed_Offer `protobuf:"bytes,5,rep,name=offer,proto3" json:"offer,omitempty"` Offerer string `protobuf:"bytes,6,opt,name=offerer,proto3" json:"offerer,omitempty"` OrderType uint32 `protobuf:"varint,7,opt,name=orderType,proto3" json:"orderType,omitempty"` Salt uint64 `protobuf:"varint,8,opt,name=salt,proto3" json:"salt,omitempty"` StartTime uint32 `protobuf:"varint,9,opt,name=startTime,proto3" json:"startTime,omitempty"` TotalOriginalConsiderationItems uint32 `protobuf:"varint,10,opt,name=totalOriginalConsiderationItems,proto3" json:"totalOriginalConsiderationItems,omitempty"` Zone string `protobuf:"bytes,11,opt,name=zone,proto3" json:"zone,omitempty"` ZoneHash string `protobuf:"bytes,12,opt,name=zoneHash,proto3" json:"zoneHash,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_Parameters) Descriptor
deprecated
func (*ItemListed_Parameters) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_Parameters.ProtoReflect.Descriptor instead.
func (*ItemListed_Parameters) GetConduitKey ¶
func (x *ItemListed_Parameters) GetConduitKey() string
func (*ItemListed_Parameters) GetConsideration ¶
func (x *ItemListed_Parameters) GetConsideration() []*ItemListed_Consideration
func (*ItemListed_Parameters) GetCounter ¶
func (x *ItemListed_Parameters) GetCounter() uint32
func (*ItemListed_Parameters) GetEndTime ¶
func (x *ItemListed_Parameters) GetEndTime() uint32
func (*ItemListed_Parameters) GetOffer ¶
func (x *ItemListed_Parameters) GetOffer() []*ItemListed_Offer
func (*ItemListed_Parameters) GetOfferer ¶
func (x *ItemListed_Parameters) GetOfferer() string
func (*ItemListed_Parameters) GetOrderType ¶
func (x *ItemListed_Parameters) GetOrderType() uint32
func (*ItemListed_Parameters) GetSalt ¶
func (x *ItemListed_Parameters) GetSalt() uint64
func (*ItemListed_Parameters) GetStartTime ¶
func (x *ItemListed_Parameters) GetStartTime() uint32
func (*ItemListed_Parameters) GetTotalOriginalConsiderationItems ¶
func (x *ItemListed_Parameters) GetTotalOriginalConsiderationItems() uint32
func (*ItemListed_Parameters) GetZone ¶
func (x *ItemListed_Parameters) GetZone() string
func (*ItemListed_Parameters) GetZoneHash ¶
func (x *ItemListed_Parameters) GetZoneHash() string
func (*ItemListed_Parameters) ProtoMessage ¶
func (*ItemListed_Parameters) ProtoMessage()
func (*ItemListed_Parameters) ProtoReflect ¶
func (x *ItemListed_Parameters) ProtoReflect() protoreflect.Message
func (*ItemListed_Parameters) Reset ¶
func (x *ItemListed_Parameters) Reset()
func (*ItemListed_Parameters) String ¶
func (x *ItemListed_Parameters) String() string
type ItemListed_PaymentToken ¶
type ItemListed_PaymentToken struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Decimals uint32 `protobuf:"varint,2,opt,name=decimals,proto3" json:"decimals,omitempty"` EthPrice string `protobuf:"bytes,3,opt,name=eth_price,json=ethPrice,proto3" json:"eth_price,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"` UsdPrice string `protobuf:"bytes,6,opt,name=usd_price,json=usdPrice,proto3" json:"usd_price,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_PaymentToken) Descriptor
deprecated
func (*ItemListed_PaymentToken) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_PaymentToken.ProtoReflect.Descriptor instead.
func (*ItemListed_PaymentToken) GetAddress ¶
func (x *ItemListed_PaymentToken) GetAddress() string
func (*ItemListed_PaymentToken) GetDecimals ¶
func (x *ItemListed_PaymentToken) GetDecimals() uint32
func (*ItemListed_PaymentToken) GetEthPrice ¶
func (x *ItemListed_PaymentToken) GetEthPrice() string
func (*ItemListed_PaymentToken) GetName ¶
func (x *ItemListed_PaymentToken) GetName() string
func (*ItemListed_PaymentToken) GetSymbol ¶
func (x *ItemListed_PaymentToken) GetSymbol() string
func (*ItemListed_PaymentToken) GetUsdPrice ¶
func (x *ItemListed_PaymentToken) GetUsdPrice() string
func (*ItemListed_PaymentToken) ProtoMessage ¶
func (*ItemListed_PaymentToken) ProtoMessage()
func (*ItemListed_PaymentToken) ProtoReflect ¶
func (x *ItemListed_PaymentToken) ProtoReflect() protoreflect.Message
func (*ItemListed_PaymentToken) Reset ¶
func (x *ItemListed_PaymentToken) Reset()
func (*ItemListed_PaymentToken) String ¶
func (x *ItemListed_PaymentToken) String() string
type ItemListed_ProtocolData ¶
type ItemListed_ProtocolData struct { Parameters *ItemListed_Parameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"` Signature string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*ItemListed_ProtocolData) Descriptor
deprecated
func (*ItemListed_ProtocolData) Descriptor() ([]byte, []int)
Deprecated: Use ItemListed_ProtocolData.ProtoReflect.Descriptor instead.
func (*ItemListed_ProtocolData) GetParameters ¶
func (x *ItemListed_ProtocolData) GetParameters() *ItemListed_Parameters
func (*ItemListed_ProtocolData) GetSignature ¶
func (x *ItemListed_ProtocolData) GetSignature() string
func (*ItemListed_ProtocolData) GetUseLazyMintAdapterForSharedStorefront ¶
func (x *ItemListed_ProtocolData) GetUseLazyMintAdapterForSharedStorefront() bool
func (*ItemListed_ProtocolData) ProtoMessage ¶
func (*ItemListed_ProtocolData) ProtoMessage()
func (*ItemListed_ProtocolData) ProtoReflect ¶
func (x *ItemListed_ProtocolData) ProtoReflect() protoreflect.Message
func (*ItemListed_ProtocolData) Reset ¶
func (x *ItemListed_ProtocolData) Reset()
func (*ItemListed_ProtocolData) String ¶
func (x *ItemListed_ProtocolData) String() string
type ItemReceivedBid ¶
type ItemReceivedBid struct {
// contains filtered or unexported fields
}
func (*ItemReceivedBid) Descriptor
deprecated
func (*ItemReceivedBid) Descriptor() ([]byte, []int)
Deprecated: Use ItemReceivedBid.ProtoReflect.Descriptor instead.
func (*ItemReceivedBid) ProtoMessage ¶
func (*ItemReceivedBid) ProtoMessage()
func (*ItemReceivedBid) ProtoReflect ¶
func (x *ItemReceivedBid) ProtoReflect() protoreflect.Message
func (*ItemReceivedBid) Reset ¶
func (x *ItemReceivedBid) Reset()
func (*ItemReceivedBid) String ¶
func (x *ItemReceivedBid) String() string
type ItemReceivedBid_ChainMoep ¶
type ItemReceivedBid_ChainMoep struct { Mia string `protobuf:"bytes,1,opt,name=mia,proto3" json:"mia,omitempty"` // contains filtered or unexported fields }
func (*ItemReceivedBid_ChainMoep) Descriptor
deprecated
func (*ItemReceivedBid_ChainMoep) Descriptor() ([]byte, []int)
Deprecated: Use ItemReceivedBid_ChainMoep.ProtoReflect.Descriptor instead.
func (*ItemReceivedBid_ChainMoep) GetMia ¶
func (x *ItemReceivedBid_ChainMoep) GetMia() string
func (*ItemReceivedBid_ChainMoep) ProtoMessage ¶
func (*ItemReceivedBid_ChainMoep) ProtoMessage()
func (*ItemReceivedBid_ChainMoep) ProtoReflect ¶
func (x *ItemReceivedBid_ChainMoep) ProtoReflect() protoreflect.Message
func (*ItemReceivedBid_ChainMoep) Reset ¶
func (x *ItemReceivedBid_ChainMoep) Reset()
func (*ItemReceivedBid_ChainMoep) String ¶
func (x *ItemReceivedBid_ChainMoep) String() string
type ItemReceivedBid_CollectionMuh ¶
type ItemReceivedBid_CollectionMuh struct { Muh string `protobuf:"bytes,1,opt,name=muh,proto3" json:"muh,omitempty"` // contains filtered or unexported fields }
func (*ItemReceivedBid_CollectionMuh) Descriptor
deprecated
func (*ItemReceivedBid_CollectionMuh) Descriptor() ([]byte, []int)
Deprecated: Use ItemReceivedBid_CollectionMuh.ProtoReflect.Descriptor instead.
func (*ItemReceivedBid_CollectionMuh) GetMuh ¶
func (x *ItemReceivedBid_CollectionMuh) GetMuh() string
func (*ItemReceivedBid_CollectionMuh) ProtoMessage ¶
func (*ItemReceivedBid_CollectionMuh) ProtoMessage()
func (*ItemReceivedBid_CollectionMuh) ProtoReflect ¶
func (x *ItemReceivedBid_CollectionMuh) ProtoReflect() protoreflect.Message
func (*ItemReceivedBid_CollectionMuh) Reset ¶
func (x *ItemReceivedBid_CollectionMuh) Reset()
func (*ItemReceivedBid_CollectionMuh) String ¶
func (x *ItemReceivedBid_CollectionMuh) String() string
type SubscriptionRequest ¶
type SubscriptionRequest struct { EventTypes []EventType `protobuf:"varint,1,rep,packed,name=eventTypes,proto3,enum=gen.EventType" json:"eventTypes,omitempty"` Collections []string `protobuf:"bytes,2,rep,name=collections,proto3" json:"collections,omitempty"` // contains filtered or unexported fields }
func (*SubscriptionRequest) Descriptor
deprecated
func (*SubscriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubscriptionRequest.ProtoReflect.Descriptor instead.
func (*SubscriptionRequest) GetCollections ¶
func (x *SubscriptionRequest) GetCollections() []string
func (*SubscriptionRequest) GetEventTypes ¶
func (x *SubscriptionRequest) GetEventTypes() []EventType
func (*SubscriptionRequest) ProtoMessage ¶
func (*SubscriptionRequest) ProtoMessage()
func (*SubscriptionRequest) ProtoReflect ¶
func (x *SubscriptionRequest) ProtoReflect() protoreflect.Message
func (*SubscriptionRequest) Reset ¶
func (x *SubscriptionRequest) Reset()
func (*SubscriptionRequest) String ¶
func (x *SubscriptionRequest) String() string
type UnimplementedGloombergServer ¶
type UnimplementedGloombergServer struct { }
UnimplementedGloombergServer must be embedded to have forward compatible implementations.
func (UnimplementedGloombergServer) GetEvents ¶
func (UnimplementedGloombergServer) GetEvents(*SubscriptionRequest, Gloomberg_GetEventsServer) error
func (UnimplementedGloombergServer) Subscribe ¶
func (UnimplementedGloombergServer) Subscribe(context.Context, *SubscriptionRequest) (*emptypb.Empty, error)
type UnsafeGloombergServer ¶
type UnsafeGloombergServer interface {
// contains filtered or unexported methods
}
UnsafeGloombergServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GloombergServer will result in compilation errors.