Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SellerApp ¶
type SellerApp struct { SellerStack *stack.SellerStack ConsumerStack *stack.OutgoingConsumerStack AccountUuid string SellerUuid string RequestedItems map[string]string StoreOpen bool ProviderInfo seller.SellerInfo }
func NewSellerApp ¶
func (*SellerApp) CloseStore ¶
func (sa *SellerApp) CloseStore()
func (*SellerApp) SetupSellerStack ¶
func (sa *SellerApp) SetupSellerStack()
func (*SellerApp) UpdatePrices ¶
func (sa *SellerApp) UpdatePrices()
type WalletConsumer ¶
type WalletConsumer struct { *stack.OutgoingConsumerStack ConsumerBeacon beacon.Beacon }
emulates wallet consumer from bs-demo
func NewWalletConsumer ¶
func NewWalletConsumer(beacon beacon.Beacon) WalletConsumer
Click to show internal directories.
Click to hide internal directories.