ACCOUNTSET TRANSACTION 日本語 意味 - 日本語訳 - 英語の例文

accountsetトランザクション

英語 での Accountset transaction の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
These options can be changed with an AccountSet transaction.
これらのオプションを変更するには、AccountSetトランザクションを使用します。
An AccountSet transaction modifies the properties of an account in the XRP Ledger.
AccountSetトランザクションは、XRPLedgerのアカウントのプロパティーを修正します。
You can disable orenable the master key pair using an AccountSet transaction.
AccountSetトランザクションを使用して、マスターキーペアを無効または有効にできます。
In this way, an AccountSet transaction with no options is the canonical"no-op" transaction..
つまり、オプションが指定されていないAccountSetトランザクションは標準的な「no-op」トランザクションです。
If you do not want the replacement transaction to do anything,send an AccountSet transaction with no options.
置換トランザクションが何もしないようにしたい場合は、オプションを指定せずにAccountSetトランザクションを送信します。
Note: The AccountSet transaction type has its own non-bitwise flags, which serve a similar purpose to type-based flags.
注記:AccountSetトランザクションタイプには、タイプに基づくフラグと似た目的を果たすビット単位ではない独自のフラグがあります。
If none of these options are provided, then the AccountSet transaction has no effect(beyond destroying the transaction cost).
これらのオプションがいずれも指定されていない場合、AccountSetトランザクションは(取引コストの消却以外に)意味がありません。
The preferred way to enable and disable Account Flags is using the SetFlag andClearFlag parameters of an AccountSet transaction.
アカウントのフラグを有効または無効にする手段としてお勧めするのは、AccountSetトランザクションのSetFlagパラメーターとClearFlagパラメーターを使用する方法です。
A financial institution can submit an AccountSet transaction from its issuing address to change the TransferRate for its issuances.
金融機関は、発行アドレスからAccountSetトランザクションを送信して、イシュアンスのTransferRateを変更することができます。
This could be a SetRegularKey transaction to remove the regular key,a SignerListSet transaction to delete a SignerList, or an AccountSet transaction to disable the master key.
これは、レギュラーキーを削除するSetRegularKeyトランザクション、SignerListを削除するSignerListSetトランザクション、またはマスターキーを無効にするAccountSetトランザクションである可能性があります。
To enable No Freeze on an address, send an AccountSet transaction with the asfNoFreeze flag value in the SetFlag field.
アドレスに対してNoFreezeを有効にするには、SetFlagフィールドにasfNoFreezeフラグ値を指定したAccountSetトランザクションを送信します。
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.
AccountSetタイプのトランザクションについては、Flagsパラメーターとして渡すことでアカウントの特定のオプションを有効または無効にできる複数のトランザクションフラグが用意されています(プレフィクスはtf)。
TemBAD_TRANSFER_RATE The TransferRate field of an AccountSet transaction is not properly formatted or out of the acceptable range.
TemBAD_TRANSFER_RATEAccountSetトランザクションのTransferRateフィールドのフォーマットが適切ではないか、または許容範囲外です。
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.
AccountSetタイプのトランザクションについては、SetFlagパラメーターとして渡すことでオプションを有効にしたり、ClearFlagパラメーターとして渡すことでオプションを無効にしたりできる複数の「AccountSetフラグ」が用意されています(プレフィクスはasf)。
The following Transaction flags, specific to the AccountSet transaction type, serve the same purpose, but are discouraged:.
以下のトランザクションフラグはAccountSetタイプのトランザクションに固有のもので、同様の目的を果たしますが、使用することはお勧めしません。
Here's an example error response for an AccountSet transaction signed using the regular private key removed by the SetRegularKey transaction above.
前述のSetRegularKeyトランザクションにより削除されたレギュラー秘密鍵を使用してAccountSetトランザクションに署名した際のエラー応答の例を以下に示します。
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.
TelBAD_PUBLIC_KEYトランザクションで指定された公開鍵値(AccountSetトランザクションのMessageKeyフィールドなど)は長すぎるために使用できません。
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..
アカウントにレギュラーキーペアが正しく設定されていることを検証するため、ステップ2でアカウントに割り当てたレギュラー秘密鍵でAccountSetトランザクションに署名し、アカウントからこのトランザクションを送信します。
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.
TelBAD_DOMAINトランザクションで指定されたドメイン値(AccountSetトランザクションのDomainフィールドなど)は、レジャーに保管するには長すぎるために使用できません。
To enable Global Freeze on an address, send an AccountSet transaction with the asfGlobalFreeze flag value in the SetFlag field.
アドレスに対してGlobalFreezeを有効にするには、SetFlagフィールドにasfGlobalFreezeフラグ値を指定したAccountSetトランザクションを送信します。
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.).
ローカルでホストされているrippledのsubmitメソッドを使用して、RequireAuthフラグを有効にするAccountSetトランザクションを送信する例を以下に示します。(このメソッドは、アドレスが発行アドレス、運用アドレス、スタンバイアドレスのいずれであっても同様に機能します。)。
(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.
これにはSetRegularKeyトランザクションとSignerListSetトランザクションのすべて、およびRequireAuth/OptionalAuth、DisableMaster、AccountTxnIDフラグを変更するAccountSetトランザクションなどがあります。)後で再試行するか、別のサーバーへの送信を試みることができます。
結果: 22, 時間: 0.0287

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語