Options for getting a Solana account.

interface GetAccountOptions {
    address?: string;
    name?: string;
}

Properties

Properties

address?: string

The address of the account.

name?: string

The name of the account.