Type alias LockConfig

LockConfig: {
    controller: Type;
    expiry: CborEpoch.Type;
    recipients: LockRecipients;
}

Lock configuration used by lockCreate meta update operations.

Type declaration

  • controller: Type

    Lock controller configuration.

  • expiry: CborEpoch.Type

    Lock expiry time.

  • recipients: LockRecipients

    Accounts that are permitted to receive funds controlled by the lock, or 'any' for any eligible recipient.

Generated using TypeDoc