Interface TransferSent

interface TransferSent {
    amount: BigNumber;
    hops: HopStruct[];
    pathId: string;
    sourcePool: BigNumber;
    to: string;
    transferId: string;
}

Properties

amount: BigNumber
hops: HopStruct[]
pathId: string
sourcePool: BigNumber
to: string
transferId: string