Skip to main content

ConfigInterface

type ConfigInterface

A typed view of an on-chain `0x2::config::Config<WriteCap>` object, where `WriteCap` is the phantom type parameter from the Move declaration, not a concrete type.

type ConfigInterface interface {
// The object's ID.
Id() *ObjectId
}