Interface TransferBonded

interface TransferBonded {
    amount: BigNumber;
    bonderFee: BigNumber;
    claimId: string;
    pathId: string;
    to: string;
}

Properties

amount: BigNumber
bonderFee: BigNumber
claimId: string
pathId: string
to: string