CDP SDK TypeScript - v1.25.0
    Preparing search index...

    Options for creating a Solana account.

    interface CreateAccountOptions {
        name?: string;
        accountPolicy?: string;
        idempotencyKey?: string;
    }
    Index

    Properties

    name?: string

    The name of the account.

    accountPolicy?: string

    The policy ID to apply to the account.

    idempotencyKey?: string

    The idempotency key.