Skip to main content

PublisherInterface

type PublisherInterface

A typed view of an on-chain `0x2:📦:Publisher` object.

type PublisherInterface interface {
// The object's ID.
Id() *ObjectId
ModuleName() string
Package() string
}