Message - CosmosSwift/swift-coin GitHub Wiki

Message

public protocol Message: ProtocolCodable

Inheritance

ProtocolCodable

Requirements

route

var route: String

type

var type: String

validateBasic()

func validateBasic() throws

signedData

var signedData: Data

signers

var signers: [AccountAddress]