Versions in this module Expand all Collapse all v0 v0.0.2 Feb 16, 2024 Changes in this version + func SignTransaction(transaction *core.Transaction, key *ecdsa.PrivateKey) ([]byte, error) + type Address struct + PaymentID string + StandardAddress string + type Info struct + Balance json.Number + BlockHeight int64 + Blocks int64 + Connections int64 + ContractBalance map[string]json.Number + Difficulty int64 + ProtocolVersion int + Time int64 + TimeOffset int64 + Version int + WalletVersion int + type SummaryData struct + Account string + Address string + Amount string + BlockIndex int64 + Blocktime int64 + Category string + Fee string + FromAddress string + PublicKey string + Time int64 + TimeReceived int64 + TxID string + type Transactions struct + Account string + Address string + Amount json.Number + BlockHash string + BlockIndex int64 + BlockTime int64 + Category string + Confirmations int64 + Fee json.Number + FromAddress string + Generated bool + PublicKey string + Time int64 + TimeReceived int64 + TxID string + Vout int + type ValidateAddress struct + IsValidate bool