UNPKG

@avalabs/avalanchejs

Version:
5 lines 342 B
import type { TransferableOutput } from '../serializable/avax'; import type { Output } from '../serializable/evm'; export declare const compareTransferableOutputs: (output1: TransferableOutput, output2: TransferableOutput) => number; export declare const compareEVMOutputs: (a: Output, b: Output) => number; //# sourceMappingURL=sort.d.ts.map