Skip to main content
Structure
struct ExternalWalletSignerData

Initializers

init(address:)

init(address: String)

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

address

let address: String

locatorId

Inherited from AdminSignerData.locatorId.
var locatorId: String { get }

type

Inherited from AdminSignerData.type.
var type: AdminSignerDataType { get }

Instance Methods

encode(to:)

Inherited from Encodable.encode(to:).
nonisolated func encode(to encoder: any Encoder) throws