@ledgerhq/ledger-trust-service
Version:
Ledger Trust service client
9 lines • 433 B
TypeScript
export type OwnerInfo = {
tokenAccount: string;
owner: string;
contract: string;
signedDescriptor: string;
};
export declare function getOwnerAddress(tokenAddress: string, challenge: string, env?: "prod" | "test"): Promise<OwnerInfo>;
export declare function computedTokenAddress(address: string, mintAddress: string, challenge: string, env?: "prod" | "test"): Promise<OwnerInfo>;
//# sourceMappingURL=solana.d.ts.map