category

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Category

type Category struct {
	// contains filtered or unexported fields
}

func New

func New() *Category

func (Category) HasCustody

func (cat Category) HasCustody(txid string) (is bool, desc string, val decimal.Decimal)

func (Category) IsTxAirDrop added in v1.2.0

func (cat Category) IsTxAirDrop(txid string) (is bool, desc string)

func (Category) IsTxCashIn

func (cat Category) IsTxCashIn(txid string) (is bool, desc string, val decimal.Decimal, curr string)

func (Category) IsTxCashOut

func (cat Category) IsTxCashOut(txid string) (is bool, desc string, val decimal.Decimal, curr string)

func (Category) IsTxExchange

func (cat Category) IsTxExchange(txid string) (is bool, desc string, val decimal.Decimal, curr string)

func (Category) IsTxFee

func (cat Category) IsTxFee(txid string) (is bool, fee string)

func (Category) IsTxGift

func (cat Category) IsTxGift(txid string) (is bool, desc string)

func (Category) IsTxInterest added in v1.3.0

func (cat Category) IsTxInterest(txid string) (is bool, desc string)

func (Category) IsTxShit

func (cat Category) IsTxShit(txid string) (is bool, desc string, val decimal.Decimal, curr string)

func (Category) IsTxTokenSale

func (cat Category) IsTxTokenSale(txid string) (is bool, buy string)

func (Category) IsTxTransfer added in v1.4.0

func (cat Category) IsTxTransfer(txid string) (is bool, transid string)

func (*Category) ParseCSVCategory

func (cat *Category) ParseCSVCategory(reader io.Reader)

Jump to

Keyboard shortcuts

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