UNPKG

@ledgerhq/ledger-trust-service

Version:
9 lines 433 B
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