Type alias AccountClosedUpdate
AccountClosedUpdate: {
accountInfo: AccountInfo<Buffer>;
confirmationStatus: TransactionConfirmationStatus | "recent";
key: PublicKey;
newOwner: PublicKey;
oldOwner: PublicKey;
slot: number;
writeVersion: number;
}
Type declaration
-
accountInfo: AccountInfo<Buffer>
-
confirmationStatus: TransactionConfirmationStatus | "recent"
-
key: PublicKey
-
newOwner: PublicKey
-
oldOwner: PublicKey
-
slot: number
-
writeVersion: number