• Construct a lock identifier from its Base58Check string representation.

    The encoded bytes are expected to consist of version byte 3 followed by the ULEB128 encodings of (accountIndex, sequenceNumber, creationOrder).

    Returns

    a lock identifier.

    Parameters

    • value: string

      string representation of a lock identifier.

    Returns LockId

Generated using TypeDoc