英語 での Accountset の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
AccountSet.
Replaced by AccountSet Flag.
AccountSet.
Corresponding AccountSet Flag.
AccountSet flags have names that begin with asf.
人々も翻訳します
Note that the request does not include any AccountSet options.
In this way, an AccountSet transaction with no options is the canonical"no-op" transaction.
To remove the Domain field from an account, send an AccountSet with the Domain set to an empty string.
The AccountSet transaction type has several transaction flags(prefixed tf) that can be used to enable or disable specific account options when passed in the Flags parameter.
If you do not want the replacement transaction to do anything,send an AccountSet transaction with no options.
The AccountSet transaction type has several"AccountSet Flags"(prefixed asf) that can enable an option when passed as the SetFlag parameter, or disable an option when passed as the ClearFlag parameter.
If none of these options are provided, then the AccountSet transaction has no effect(beyond destroying the transaction cost).
(To use this, Alpha Exchange should have set the asfRequireDest flag on all of its accounts to require all incoming payments to have a destination tag like Charlie's. For more information,see AccountSet Flags).
The following Transaction flags, specific to the AccountSet transaction type, serve the same purpose, but are discouraged:.
TelBAD_PUBLIC_KEY The transaction specified a public key value(for example,as the MessageKey field of an AccountSet transaction) that cannot be used, probably because it is too long.
To verify that your account has the regular key pair set correctly,submit an AccountSet transaction from your account, signing it with the regular private key you assigned to your account in step 2. As in step 1, this tutorial uses a local rippled server as a way of securely signing transactions.
TelBAD_DOMAIN The transaction specified a domain value(for example,the Domain field of an AccountSet transaction) that cannot be used, probably because it is too long to store in the ledger.
To enable No Freeze on an address, send an AccountSet transaction with the asfNoFreeze flag value in the SetFlag field.
To enable Global Freeze on an address, send an AccountSet transaction with the asfGlobalFreeze flag value in the SetFlag field.
(This includes all SetRegularKey and SignerListSet transactions, as well as AccountSet transactions that change the RequireAuth/OptionalAuth, DisableMaster, or AccountTxnID flags.) You can try again later, or try submitting to a different server.
The following is an example of using alocally-hosted rippled's submit method to send an AccountSet transaction to enable the RequireAuth flag:(This method works the same way regardless of whether the address is an issuing address, operational address, or standby address.).