Documentation ¶
Index ¶
- Constants
- func CreateEmptyTransactionAndHash(lockUntil uint32, anchor string, inputs []Vin, to string, amount, fee uint64, ...) (string, string, error)
- func SignTransactionHash(hash string, prikey []byte) (string, error)
- func VerifyAndCombineTransaction(emptyTrans, signature string, pubkey []byte) (bool, string)
- type TxIn
- type TxStruct
- type Vin
Constants ¶
View Source
const ( DefaultVersion = uint16(1) TxType_Token = uint16(0) DefaultLockUntil = uint32(0) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.