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).
(accountIndex, sequenceNumber, creationOrder)
a lock identifier.
string representation of a lock identifier.
Generated using TypeDoc
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.