Documentation ¶
Index ¶
Constants ¶
View Source
const ( CASH_TRANSFER = "CASH_TRANSFER" //DELEGATE_REGISTER = "DELEGATE_REGISTER" CONCESSION_REG = "CONCESSION_REG" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
AccountKey string `edn:"AccountKey"`
}
func AccountFromString ¶
type Tx ¶
type Tx struct { TxType string `edn:"TxType"` Amount int `edn:"Amount"` Sender string `edn:"Sender"` //[32]byte Receiver string `end:"Receiver"` //[32]byte //TODO delete SenderPubkey string `edn:"SenderPubkey"` //hex string Signature string `edn:"Signature"` //hex string Nonce int `edn:"Nonce"` }
OLD
Click to show internal directories.
Click to hide internal directories.