internal

package
v0.10.6 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Burn

type Burn struct {
	AssetID string
	Amount  int
}

func ExtractBurns

func ExtractBurns(res *waves.InvokeScriptResult) []Burn

func (*Burn) Equal

func (a *Burn) Equal(b Burn) bool

func (*Burn) String

func (a *Burn) String() string

type DataEntry

type DataEntry struct {
	Key   string
	Value string
}

func ExtractDataEntries

func ExtractDataEntries(res *waves.InvokeScriptResult) []DataEntry

func (*DataEntry) Equal

func (a *DataEntry) Equal(b DataEntry) bool

func (*DataEntry) String

func (a *DataEntry) String() string

type Issue

type Issue struct {
	AssetID     string
	Name        string
	Description string
	Amount      int
	Decimals    int
	Reissuable  bool
	Script      string
	Nonce       int
}

func ExtractIssues

func ExtractIssues(res *waves.InvokeScriptResult) []Issue

func (*Issue) Equal

func (a *Issue) Equal(b Issue) bool

func (*Issue) String

func (a *Issue) String() string

type Lease

type Lease struct {
	LeaseID   string
	Recipient string
	Amount    int
	Nonce     int
}

func ExtractLeases

func ExtractLeases(res *waves.InvokeScriptResult, scheme byte) []Lease

func (*Lease) Equal

func (a *Lease) Equal(b Lease) bool

func (*Lease) String

func (a *Lease) String() string

type LeaseCancel

type LeaseCancel struct {
	LeaseID string
}

func ExtractLeaseCancels

func ExtractLeaseCancels(res *waves.InvokeScriptResult) []LeaseCancel

func (*LeaseCancel) Equal

func (a *LeaseCancel) Equal(b LeaseCancel) bool

func (*LeaseCancel) String

func (a *LeaseCancel) String() string

type Reissue

type Reissue struct {
	AssetID    string
	Amount     int
	Reissuable bool
}

func ExtractReissues

func ExtractReissues(res *waves.InvokeScriptResult) []Reissue

func (*Reissue) Equal

func (a *Reissue) Equal(b Reissue) bool

func (*Reissue) String

func (a *Reissue) String() string

type Sponsorship

type Sponsorship struct {
	AssetID string
	MinFee  int
}

func ExtractSponsorships

func ExtractSponsorships(res *waves.InvokeScriptResult) []Sponsorship

func (*Sponsorship) Equal

func (a *Sponsorship) Equal(b Sponsorship) bool

func (*Sponsorship) String

func (a *Sponsorship) String() string

type Transfer

type Transfer struct {
	Address string
	AssetID string
	Amount  int
}

func ExtractTransfers

func ExtractTransfers(res *waves.InvokeScriptResult, scheme byte) []Transfer

func (*Transfer) Equal

func (a *Transfer) Equal(b Transfer) bool

func (*Transfer) String

func (a *Transfer) String() string

Jump to

Keyboard shortcuts

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