Skip to main content

AliasOutputInterface

type AliasOutputInterface

A typed view of an on-chain `0x107a::alias_output::AliasOutput<IOTA>` object.

type AliasOutputInterface interface {
Balance() uint64
// The object's ID.
Id() *ObjectId
NativeTokensBagId() *ObjectId
}