UNPKG

@avalabs/avalanchejs

Version:
7 lines 519 B
import type { AvaxTx } from '../serializable/avax'; import type { EVMTx } from '../serializable/evm/abstractTx'; import type { TransferableOutput } from '../serializable/avax'; import type { OutputOwners } from '../serializable'; export declare const getTransferableOutputsByEvmTx: (tx: EVMTx) => TransferableOutput[]; export declare const getTransferableOutputsByTx: (tx: AvaxTx | EVMTx) => readonly TransferableOutput[] | (OutputOwners | TransferableOutput)[]; //# sourceMappingURL=getTransferableOutputsByTx.d.ts.map