Options for getting a Solana account.

interface GetOrCreateAccountOptions {
    name: string;
}

Properties

Properties

name: string

The name of the account.