JSON: {
    accountIndex: bigint;
    creationOrder: bigint;
    sequenceNumber: bigint;
}

JSON representation of a lock identifier.

Type declaration

  • accountIndex: bigint

    Account index of the account that created the lock.

  • creationOrder: bigint

    0-based creation order of the lock within the transaction.

  • sequenceNumber: bigint

    Sequence number of the transaction that created the lock.

Generated using TypeDoc