Type alias AccountToLoad

AccountToLoad: {
    callbacks: Map<string, ((buffer: Buffer, slot: number) => void)>;
    publicKey: PublicKey;
}

Type declaration

  • callbacks: Map<string, ((buffer: Buffer, slot: number) => void)>
  • publicKey: PublicKey

Generated using TypeDoc