UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

6 lines 220 B
import { IPlainTransactionObject } from 'lib'; export interface WrappingQueryResponseType { wrapEgld?: IPlainTransactionObject; unwrapEgld?: IPlainTransactionObject; } //# sourceMappingURL=wrapping.types.d.ts.map