UNPKG

client-aftermath-ts-sdk

Version:
13 lines 524 B
import { AftermathApi } from "../../general/providers"; import { Caller } from "../../general/utils/caller"; import { CallerConfig, SuiAddress } from "../../types"; export declare class ReferralVault extends Caller { private readonly Provider?; static readonly constants: {}; constructor(config?: CallerConfig, Provider?: AftermathApi | undefined); getReferrer(inputs: { referee: SuiAddress; }): Promise<SuiAddress | "None">; private useProvider; } //# sourceMappingURL=referralVault.d.ts.map