...chain_go/tree/part_3)
- [Building Blockchain in Go. Part 3: Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
源码:https://github.com/Jeiwan/blockchain_go
转自: [https://github.com/liuchengxu/blockchain-tutorial](https://github.com/liuchengxu/blockchain-t...
...t
escrowed: T,
}
// Error codes
/// The `sender` and `recipient` of the two escrowed objects do not match
const EMismatchedSenderRecipient: u64 = 0;
/// The `exchange_for` fields of the two escrowed objects do not match
const EMismatchedExchangeObject: u64 = ...