public byte[] Serialize() { var tx = new byte[][] { ByteManipulator.GetBytes(Nonce), Ammount.GetBytes(), Fee.GetBytes(), Source, Destination, Signature, Network }; return(RLP.Encode(tx)); }