client-aftermath-ts-sdk
Version:
Client Aftermath TypeScript SDK
13 lines • 524 B
TypeScript
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