UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

8 lines 386 B
import { Address, IInstruction, TransactionSigner } from "@solana/kit"; export interface ChangeTicketAuthorityAccounts { user: TransactionSigner; newAuthority: Address; unstakeTicket: Address; } export declare function changeTicketAuthority(accounts: ChangeTicketAuthorityAccounts, programAddress?: Address): IInstruction; //# sourceMappingURL=changeTicketAuthority.d.ts.map