Versions in this module Expand all Collapse all v0 v0.1.0 Mar 19, 2022 Changes in this version + type Addresses struct + Ethereum string + Overlay swarm.Address + PSSPublicKey string + PublicKey string + Underlay []string + type DebugAPI struct + C *httpclient.Client + Node *NodeService + Postage *PostageService + func NewDebugAPI(beeURL *url.URL, o *httpclient.ClientOptions) (*DebugAPI, error) + type NodeService struct + func (ns *NodeService) Addresses(ctx context.Context) (Addresses, error) + func (ns *NodeService) Peers(ctx context.Context) (resp Peers, err error) + type Peer struct + Address swarm.Address + type Peers struct + Peers []Peer + type PostageOptions struct + GasPrice string + type PostageService struct + func (ps *PostageService) CreatePostageBatch(ctx context.Context, amount int64, depth uint64, label string, ...) (string, error) + func (ps *PostageService) PostageBatches(ctx context.Context) ([]PostageStampResponse, error) + type PostageStampResponse struct + Amount *bigint.BigInt + BatchID string + BatchTTL int64 + BlockNumber uint64 + BucketDepth uint8 + Depth uint8 + Exists bool + ImmutableFlag bool + Label string + Usable bool + Utilization uint32