@citizenwallet/sdk
Version:
An sdk to easily work with citizen wallet.
11 lines • 964 B
TypeScript
import { CommunityConfig } from "../config";
export declare const tokenTransferEventTopic: string;
export declare const tokenTransferSingleEventTopic: string;
export declare const tokenTransferCallData: (to: string, value: bigint) => Uint8Array;
export declare const tokenMintCallData: (to: string, value: bigint) => Uint8Array;
export declare const createInstanceCallData: (config: CommunityConfig, contracts: string[]) => Uint8Array;
export declare const updateInstanceContractsCallData: (config: CommunityConfig, contracts: string[]) => Uint8Array;
export declare const updateWhitelistCallData: (config: CommunityConfig, addresses: string[]) => Uint8Array;
export declare const callOnCardCallData: (config: CommunityConfig, hashedSerial: string, to: string, value: bigint, data: Uint8Array) => Uint8Array;
export declare const addOwnerCallData: (config: CommunityConfig, hashedSerial: string, newOwner: string) => Uint8Array;
//# sourceMappingURL=index.d.ts.map