Skip to main content
Enumeration
enum WalletLocator

Enumeration Cases

WalletLocator.address(_:)

case address(Address)

WalletLocator.externalWallet(::)

case externalWallet(Chain, Address)

WalletLocator.owner(::)

case owner(Owner, ChainType)

WalletLocator.ownerWithChain(::)

case ownerWithChain(Owner, Chain)

Initializers

init(from:)

init(from locator: String) throws

init(from:)

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

Instance Properties

value

var value: String { get }

Instance Methods

encode(to:)

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