AliasInterface
type AliasInterface
A typed view of an on-chain `0x107a::alias::Alias` object.
type AliasInterface interface {
// The object's ID.
Id() *ObjectId
ImmutableIssuer() **Address
ImmutableMetadata() *[]byte
LegacyStateController() *Address
Metadata() *[]byte
Sender() **Address
StateIndex() uint32
StateMetadata() *[]byte
}