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

    Interface UpdateSolanaAccountOptions

    Options for creating a SOL server account.

    interface UpdateSolanaAccountOptions {
        address: string;
        update: UpdateSolanaAccountBody;
        idempotencyKey?: string;
    }
    Index

    Properties

    address: string

    The address of the account.

    update: UpdateSolanaAccountBody

    The updates to apply to the account

    idempotencyKey?: string

    The idempotency key.