Applesauce
    Preparing search index...

    Type Alias NutWalletOperation

    NutWalletOperation:
        | "create"
        | "unlock"
        | "lock"
        | "send"
        | "receive"
        | "mintQuote"
        | "mint"
        | "melt"
        | "consolidate"
        | "rollover"
        | "cleanup"
        | "recover"
        | "sync"
        | "setMints"
        | "setRelays"

    The named async operations a NutWallet can be performing