Skip to main content
Enumeration
enum Address

Enumeration Cases

Address.evm(_:)

case evm(EVMAddress)

Address.solana(_:)

case solana(SolanaAddress)

Initializers

init(address:)

Inherited from BlockchainAddress.init(address:).
init(address: String) throws(BlockchainAddressError)

init(from:)

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

Instance Properties

description

Inherited from CustomStringConvertible.description.
var description: String { get }

hiddenPublicKeyAddress

var hiddenPublicKeyAddress: String { get }

Instance Methods

encode(to:)

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

Type Methods

validateAddressAndReturnAddress(_:chain:)

static func validateAddressAndReturnAddress(_ address: String, chain: Chain? = nil) -> Address?