types

package
v0.16.0-a0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PubSubTopicLeasesStatus    = "leases-status"
	PubSubTopicProviderStatus  = "provider-status"
	PubSubTopicClusterStatus   = "cluster-status"
	PubSubTopicBidengineStatus = "bidengine-status"
	PubSubTopicManifestStatus  = "manifest-status"
	PubSubTopicInventoryStatus = "inventory-status"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountQuerier added in v0.8.3

type AccountQuerier interface {
	GetAccountPublicKey(context.Context, sdk.Address) (cryptotypes.PubKey, error)
}

type ProviderSigner

type ProviderSigner interface {
	Address() sdk.AccAddress
	Sign(context.Context, []byte) ([]byte, error)
	Broadcast(context.Context, ...sdk.Msg) (*sdk.TxResponse, error)
}

ProviderSigner is the narrow signing and broadcast surface needed by AEP-86 provider components.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL