o3-dapi-ont
Version:
Ontology Plugin for o3-dapi
13 lines • 316 B
TypeScript
interface CompoundInput {
network: string;
scriptHash: string;
account: string;
compoundNum: number;
}
interface CompoundOutput {
txid: string;
nodeUrl: string;
}
export declare function compound(data: CompoundInput): Promise<CompoundOutput>;
export {};
//# sourceMappingURL=compound.d.ts.map