Type alias SendDetails

SendDetails: Omit<LockSend, "lock" | "source" | "recipient"> & {
    recipient: Type;
    source: Type;
}

Details for sending locked funds.

Generated using TypeDoc