Type alias LockCreatedEvent

LockCreatedEvent: {
    lockConfig: Type;
    lockId: Type;
    tag: LockCreated;
}

Event emitted when a transaction creates a new lock.

Type declaration

  • lockConfig: Type

    The CBOR-encoded lock configuration.

  • lockId: Type

    The ID of the newly created lock.

  • tag: LockCreated

    The type of the event

Generated using TypeDoc