UNPKG

@atlantis-l/radix-tool

Version:

A tool to interact with the radix network

14 lines (13 loc) 350 B
export declare interface PreviewResult { fee: string; status: string; errorMessage?: string; feeSummary: { execution_cost_units_consumed: number; finalization_cost_units_consumed: number; }; costingParameters: { execution_cost_unit_limit: number; finalization_cost_unit_limit: number; }; }