Type alias SendInput

SendInput: {
    amount: BigNumberish;
    fee: BigNumberish;
    hops: HopStructInput[];
    to: string;
}

Type declaration