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?

Decode a Transaction

Last updated at Posted at 2024-12-25

Previous << Send Signed Transaction
Next >> Initialize Configuration

Flow CLIは、ファイル内のRLPからトランザクションをデコードするコマンドを提供します。getコマンドと同じトランザクション形式を使用します。

flow transactions decode <file>

Example Usage

> flow transactions decode ./rlp-file.rlp 

ID		c1a52308fb906358d4a33c1f1d5fc458d3cfea0d570a51a9dea915b90d678346
Payer		83de1a7075f190a1
Authorizers	[83de1a7075f190a1]

Proposal Key:	
    Address	    83de1a7075f190a1
    Index	    1
    Sequence	1

No Payload Signatures

Envelope Signature 0: 83de1a7075f190a1
Signatures (minimized, use --include signatures)

Code (hidden, use --include code)

Payload (hidden, use --include payload)

Arguments

Filename

  • Name: <file_name>
  • Valid inputs: file name.

最初の引数は、トランザクションRLPを含むファイル名です。

Flags

Include Fields

  • Flag: --include
  • Valid inputs: code, payload, signatures

出力結果に含めるフィールドを指定します。テキスト出力のみに適用されます。

Output

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

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

Save

  • Flag: --save
  • Short Flag: -s
  • Valid inputs: a path in the current filesystem.

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

Version Check

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

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

Last updated on Dec 17, 2024 by j pimmel

翻訳元


Previous << Send Signed Transaction

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

Next >> Initialize Configuration

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?