Enumeration MetaUpdateOperationType

Enum representing the types of meta update operations.

Enumeration Members

LockCancel: "lockCancel"

Cancels an existing lock before expiry. Requires the cancel capability on the lock controller.

LockCreate: "lockCreate"

Creates a new protocol-level lock.

LockFund: "lockFund"

Funds a lock with tokens from the sender account.

LockReturn: "lockReturn"

Returns locked tokens to the account that owns the lock.

LockSend: "lockSend"

Sends locked tokens to a recipient from a lock the sender controls.

Generated using TypeDoc