Type alias LockSend

LockSend: {
    amount: Type;
    lock: Type;
    memo?: Memo;
    recipient: Type;
    source: Type;
    token: Type;
}

Details for sending locked funds to a recipient.

Type declaration

  • amount: Type

    Amount of locked tokens to send.

  • lock: Type

    Identifier of the lock holding the tokens.

  • Optional memo?: Memo

    Optional memo to include with the operation.

  • recipient: Type

    Account to receive the tokens.

  • source: Type

    Account that currently holds the locked funds.

  • token: Type

    Token id of the locked token to send.

Generated using TypeDoc