open-libra-sdk
Version:
A minimalist Typescript library for interacting with the Open Libra blockchain.
7 lines • 461 B
TypeScript
import type { ViewArgs } from "../types/clientPayloads";
export declare const allVouchersPayload: (address: string) => ViewArgs;
export declare const vouchesGiven: (address: string) => ViewArgs;
export declare const vouchesReceived: (address: string) => ViewArgs;
export declare const vouchesReceivedNotExpired: (address: string) => ViewArgs;
export declare const vouchesReceivedValidNotFamily: (address: string) => ViewArgs;
//# sourceMappingURL=vouch.d.ts.map