ipcjson

package
v0.0.0-...-4f625b6 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: ISC Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetTokenBalanceCmd

type GetTokenBalanceCmd struct {
	TokenSymbol string
}

func NewGetTokenBalanceCmd

func NewGetTokenBalanceCmd(account string) *GetTokenBalanceCmd

type IPCTokenSendToAddressCmd

type IPCTokenSendToAddressCmd struct {
	TokenSymbol string
	Address     string
	Amount      float64
}

func NewIPCTokenSendToAddressCmd

func NewIPCTokenSendToAddressCmd(tokenSymbol, address string, amount float64) *IPCTokenSendToAddressCmd

type ListTokenTransactionsCmd

type ListTokenTransactionsCmd struct {
	Token            *string
	Count            *int  `jsonrpcdefault:"10"`
	From             *int  `jsonrpcdefault:"0"`
	IncludeWatchOnly *bool `jsonrpcdefault:"false"`
}

func NewListTokenTransactionsCmd

func NewListTokenTransactionsCmd(token *string, count, from *int, includeWatchOnly *bool) *ListTokenTransactionsCmd

Jump to

Keyboard shortcuts

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