UNPKG

client-aftermath-ts-sdk

Version:
10 lines 282 B
import { SuiAddress } from "../../types"; export interface ApiUserDataCreateUserBody { walletAddress: SuiAddress; bytes: string; signature: string; } export interface ApiUserDataPublicKeyBody { walletAddress: SuiAddress; } //# sourceMappingURL=userDataTypes.d.ts.map