示例#1
0
 BinaryData Transaction::GetHash()
 {
     ByteBuffer buf;
     buf << *this;
     return Crypto::SHA256D(buf.Binary());
 }