vasku
Version:
TVM-Solidity contract development framework
16 lines • 374 B
TypeScript
import { type SendOptions } from '../actions/giver/validate';
export declare const GIVER_SEND_FLAGS: {
to: string;
value: string;
};
export declare function validateGiverSendOptions(options: {
to?: string;
value?: string;
}): {
value: SendOptions;
error?: Error;
} | {
value?: SendOptions;
error: Error;
};
//# sourceMappingURL=giver.d.ts.map