TestWire - CosmosSwift/swift-coin GitHub Wiki
public struct TestWire: CoderProtocol, CoderTypeCoderProtocol, CoderType
public static func decode<T: Decodable>(_: T.Type, from: Data) throws -> Tpublic static func encode<T: Encodable>(_ object: T) throws -> Datapublic static func encode(_ to: inout Data, int64: Int64)public static func encode(_ to: inout Data, int8: Int8)public static func encode<Bytes>(_ to: inout Data, bytes: Bytes) where Bytes: DataProtocolpublic static func mustMarshalBinaryLengthPrefixed<ProofOperator: ProofOperatorProtocol>(_: ProofOperator) -> Data