uidsys

package
v0.0.0-...-9ffcaaa Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AN = uos.AN
View Source
var ActN = uos.ActN
View Source
var PN = uos.PN

Functions

func NewForcedel

func NewForcedel(account_name uos.AccountName, newname uos.AccountName) *uos.Action

func NewRewardsys

func NewRewardsys(newuid uos.AccountName, recommenduid uint64) *uos.Action

func NewSetdata

func NewSetdata(key uos.AccountName, val uint64, op uint8) *uos.Action

Types

type Forcedel

type Forcedel struct {
	Account_name uos.AccountName `json:"account_name"`
	Newname      uos.AccountName `json:"newname"`
}

Issue represents the `issue` struct on the `uosio.token` contract.

type Rewardsys

type Rewardsys struct {
	Newuid       uos.AccountName `json:"newuid"`
	Recommenduid uint64          `json:"recommenduid"`
}

Transfer represents the `transfer` struct on `uosio.token` contract.

type Setdata

type Setdata struct {
	Key uos.AccountName `json:"key"`
	Val uint64          `json:"val"`
	Op  uint8           `json:"val"`
}

Create represents the `create` struct on the `uosio.token` contract.

Jump to

Keyboard shortcuts

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