Skip to content

SetNameMessage

ratranqu edited this page Apr 5, 2021 · 1 revision

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

Clone this wiki locally