@circle-fin/usdckit - v0.21.0
    Preparing search index...

    Type Alias CreateAccountInput

    CreateAccountInput: { chain?: Chain; refId?: string } & (
        | { account: Merge<Account, { chain: Chain }>; walletSetId?: never }
        | {
            account?: never;
            accountType?: Parameters<typeof createWallets>[1]["accountType"];
            walletSetId?: string;
        }
    )

    The input for the createAccount action.

    Type Declaration