Type alias LockInfoResponse

LockInfoResponse: {
    lockInfo: Type;
}

The information for a particular lock as returned by the gRPC API. The details are CBOR encoded.

Type declaration

  • lockInfo: Type

    The CBOR-encoded lock information.

Generated using TypeDoc