pai
    Preparing search index...

    Type Alias WalletCreateResult

    WalletCreateResult: WalletStatus & { created: boolean; file: string | null }

    What createWallet returns.

    Type Declaration

    • created: boolean

      False when the wallet already existed, or comes from the environment.

    • file: string | null

      The file that holds the wallet or its Keychain pointer. null for PHANTOM_WALLET_KEY.