UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

6 lines (5 loc) 149 B
export type Claim = { value: string; indexMod4: number; }; export declare function extractClaimValue<R>(claim: Claim, claimName: string): R;