Type alias LockFund

LockFund: {
    amount: Type;
    lock: Type;
    memo?: Memo;
    token: Type;
}

Details for funding a lock with tokens from the sender account.

Type declaration

  • amount: Type

    Amount of tokens to transfer into the lock from the sender account.

  • lock: Type

    Identifier of the lock to fund.

  • Optional memo?: Memo

    Optional memo to include with the operation.

  • token: Type

    Token id of the token to fund the lock with.

Generated using TypeDoc