A program-owned account with its public key.

1.0.0

interface ProgramAccount<D> {
    account: AccountInfo<D>;
    pubkey: never;
}

Type Parameters

  • D = string

Properties

Properties

account: AccountInfo<D>
pubkey: never