capabilities

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Burnable

type Burnable interface {
	GetBurn() properties.Property
}

type Lockable

type Lockable interface {
	GetLock() properties.Property
}

type Ownable

type Ownable interface {
	GetOwnerID() ids.ID
	GetOwnableID() ids.ID
}

type Splittable

type Splittable interface {
	GetSupply() properties.Property
}

type Transactional

type Transactional interface {
	// TODO change to getSupply
	GetValue() sdkTypes.Dec
	Send(sdkTypes.Dec) Transactional
	Receive(sdkTypes.Dec) Transactional

	CanSend(sdkTypes.Dec) bool
}

Jump to

Keyboard shortcuts

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