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
Flutter Enum
enum CrossmintCheckoutDefaultMethod
const CrossmintCheckoutDefaultMethod(this.wireValue)
final String wireValue
"fiat"
"crypto"
fiat('fiat'), /// Open the checkout on crypto (on-chain payment). crypto('crypto')
Was this page helpful?