We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct SetNameMessage: Codable, Message
Codable, Message
Codable
Message
init(name:value:owner:)
public init(name: String, value: String, owner: AccountAddress)
metaType
let metaType: MetaType
route
var route: String
type
var type: String
toSign
var toSign: Data
signers
var signers: [AccountAddress]
validateBasic()
public func validateBasic() throws