Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Swift Structure
struct DefaultJSONCoder
init()
JSONCoder.decode(_:from:)
func decode<T>(_ type: T.Type, from data: Data) throws(CrossmintServiceError) -> T where T : Decodable
JSONCoder.encode(_:)
func encode<T>(_ instance: T) throws(CrossmintServiceError) -> Data where T : Encodable
Was this page helpful?