0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Generate a Signature

Last updated at Posted at 2024-12-07

Previous << Network Status
Next >> Verify Signature

(署名者の)アカウントの秘密鍵を使用して署名を生成します。

flow signatures generate <message>

⚠️ 署名に使用するアカウントがflow.json設定ファイルに設定されていることを確認してください。アカウントのアドレスは重要ではなく、秘密鍵のみが重要です。

Example Usage

> flow signatures generate 'The quick brown fox jumps over the lazy dog' --signer alice

Signature 		 b33eabfb05d374b...f09929da96f5beec167fd1f123ec
Message 		 The quick brown fox jumps over the lazy dog
Public Key 		 0xc92a7c...042c4025d241fd430242368ce662d39636987
Hash Algorithm 		 SHA3_256
Signature Algorithm 	 ECDSA_P256

Arguments

Message

  • Name: message

署名に使用するメッセージを指定します

Flags

Signer

  • Flag: --signer
  • Valid inputs: the name of an account defined in the configuration (flow.json)

トランザクションに署名する際に使用するアカウントの名前を指定します。

Filter

  • Flag: --filter
  • Short Flag: -x
  • Valid inputs: case-sensitive name of the result property.

結果から、唯一の値として取得したいプロパティの名前を指定します。

Output

  • Flag: --output
  • Short Flag: -o
  • Valid inputs: json, inline

コマンド結果のフォーマットを指定します。

Save

  • Flag: --save
  • Short Flag: -s
  • Valid inputs: valid filename

結果を保存したいファイル名を指定してください。

Log

  • Flag: --log
  • Short Flag: -l
  • Valid inputs: none, error, debug
  • Default: info

ログレベルを指定します。コマンド実行中に表示する出力を制御します。

Configuration

  • Flag: --config-path
  • Short Flag: -f
  • Valid inputs: a path in the current filesystem.
  • Default: flow.json

flow.json コンフィギュレーションファイルへのパスを指定します。-f フラグを複数回使用して複数のコンフィグレーションファイルをマージすることもできます。

Version Check

  • Flag: --skip-version-check
  • Default: false

低速な接続を避けて処理を高速化するために、起動時のバージョンチェックをスキップします。

Last updated on Nov 26, 2024 by Giovanni Sanchez

翻訳元


Previous << Network Status

Flow BlockchainのCadence version1.0ドキュメント (Generate a Signature)

Next >> Verify Signature

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?