Merge branch 'main' into fix-table-code

This commit is contained in:
Alloy Networks
2025-08-06 09:50:35 +03:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -27,11 +27,11 @@ The `SetRegularKey` transaction type allows users to set a regular key pair for
<LinkCard title="SetRegularKey" href="/docs/protocol-reference/transactions/transaction-types/setregularkey" /> <LinkCard title="SetRegularKey" href="/docs/protocol-reference/transactions/transaction-types/setregularkey" />
#### SignersListSet #### SignerListSet
The `SignersListSet` transaction type enables users to set a list of signers for their account. This is particularly useful for multi-signature accounts where multiple parties are required to sign off on transactions. The `SignerListSet` transaction type enables users to set a list of signers for their account. This is particularly useful for multi-signature accounts where multiple parties are required to sign off on transactions.
<LinkCard title="SignersListSet" href="/docs/protocol-reference/transactions/transaction-types/signerlistset" /> <LinkCard title="SignerListSet" href="/docs/protocol-reference/transactions/transaction-types/signerlistset" />
#### Import #### Import

View File

@@ -201,7 +201,7 @@ If a Transaction Type does not appear in the table then it has no TSHes **other
| Account | Account | Strong | | Account | Account | Strong |
| Account | RegularKey | Strong | | Account | RegularKey | Strong |
**SignersListSet** **SignerListSet**
| OTXN | TSH | SignerListSet | | OTXN | TSH | SignerListSet |
| ------- | ------- | ------------- | | ------- | ------- | ------------- |

View File

@@ -36,7 +36,7 @@ _(Added by the \[Import amendment]\[].)_
### Notes ### Notes
_It is recommended that if you use a `SignersList` or `RegularKey` to sign your transactions that you key your accounts **FIRST** before attempting to _B2M_ XAH_ . _It is recommended that if you use a `SignerList` or `RegularKey` to sign your transactions that you key your accounts **FIRST** before attempting to _B2M_ XAH_ .
* If the inner (xpop) transaction is `AccountSet` the mainet existing flags will be transfered to the new network. * If the inner (xpop) transaction is `AccountSet` the mainet existing flags will be transfered to the new network.
* If the inner (xpop) transaction is `SetRegularKey` with the `RegularKey` field omitted or empty, and a signers list does not exist for the account then the `lsfDisableMaster` flag will be set on the account. * If the inner (xpop) transaction is `SetRegularKey` with the `RegularKey` field omitted or empty, and a signers list does not exist for the account then the `lsfDisableMaster` flag will be set on the account.