Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccount ¶
func CreateAccount(privkey PrivKey, pubkey PubKey, amount uint64)
func QueryAccount ¶
func QueryAccount(pubkey PubKey) uint64
func TransferBalance ¶
func TransferBalance(privkey PrivKey, pubkey PubKey, to Address, amount, leiPrice uint64)
Types ¶
type CreateAccountInfo ¶
type CreateAccountInfo struct {
Amount uint64 `json:"amount"`
}
type TransferInfo ¶
Click to show internal directories.
Click to hide internal directories.