AccountInfoWithPubkey

type AccountInfoWithPubkey<TAccount> = Readonly<{
  account: TAccount;
  pubkey: Address;
}>;

Type Parameters

Type Parameter
TAccount extends AccountInfoBase

On this page