Skip to main content
Structure
struct 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

address

var address: String { get }

description

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

publicKey

var publicKey: String { get }

Instance Methods

encode(to:)

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