SetNameMessage - CosmosSwift/swift-coin GitHub Wiki
SetNameMessage
public struct SetNameMessage: Codable, Message
Inheritance
Codable, Message
Initializers
init(name:value:owner:)
public init(name: String, value: String, owner: AccountAddress)
Properties
metaType
let metaType: MetaType
route
var route: String
type
var type: String
toSign
var toSign: Data
signers
var signers: [AccountAddress]
Methods
validateBasic()
public func validateBasic() throws