/// <summary> /// Output size in bytes. /// </summary> /// <param name="wire"> If true, size will include size of 'uint32' for storing spender height. </param> /// <returns> Size in bytes. </returns> public UInt64 GetSerializedSize(bool wire) { return((UInt64)OutputNative.kth_chain_output_serialized_size(nativeInstance_, Helper.BoolToC(wire))); }