OSDN Git Service

Support spend transaction with account or utxo
authoricodezjb <icodezjb@163.com>
Thu, 26 Oct 2017 11:40:12 +0000 (19:40 +0800)
committericodezjb <icodezjb@163.com>
Thu, 26 Oct 2017 11:40:12 +0000 (19:40 +0800)
commit867869a73aad7edcef99db2ce65db4aa0691f67b
treeb21e2369f399cb99d926c475eff3cf3ccda5af1f
parent21c714c7f7d51c6788b6dbfebc10f048451051b6
Support spend transaction with account or utxo
15 files changed:
blockchain/account/accounts.go
blockchain/account/indexer.go
blockchain/account/reserve.go
blockchain/asset/asset.go
blockchain/pin/pin.go
blockchain/query.go
blockchain/signers/idgenerate.go
blockchain/transact.go
blockchain/txdb/snapshot.go
blockchain/txdb/store.go
cmd/bytomcli/example/issue.go
cmd/bytomcli/example/spend.go
protocol/block.go
sync/idempotency/group.go [new file with mode: 0644]
sync/idempotency/group_test.go [new file with mode: 0644]