Options for creating a SOL server account.

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

Properties

address: string

The address of the account.

idempotencyKey?: string

The idempotency key.

The updates to apply to the account