• 官网
  • 中文
  • English
  • Russian
  • More language
Show / Hide Table of Contents
  • NEOホワイトペーパー
  • はじめに
  • NEOノード
    • NEOノードとは?
    • インストール
    • グラフィカル・ユーザー・インターフェイス(GUI)
    • テストネットワーク
    • CLI命令リファレンス
    • プライベートチェーン
    • APIリファレンス
      • dumpprivkey.md
      • getaccountstate
      • getassetstate
      • getbalance
      • getbestblockhash
      • getblock
      • getblock
      • getblockcount
      • getblockhash
      • getblocksysfee
      • getconnectioncount
      • getcontractstate
      • getnewaddress
      • getrawmempool
      • getrawtransaction
      • getstorage
      • gettxout
      • getpeers
      • getversion
      • invoke
      • invokefunction
      • invokescript
      • sendrawtransaction
      • sendtoaddress
      • sendmany
      • validateaddress
    • ネットワークプロトコル
    • コンセンサス
      • コンセンサスホワイトペーパー
      • コンセンサスメカニズム
  • NEOユーティリティー
    • NEO SDK(ソフトウェア開発キット)
      • NEO SDKとは?
      • 一般的な使用方法
  • スマートコントラクト
    • スマートコントラクトとは?
    • はじめに(C#)
    • はじめに(C#)for macOS
    • はじめに(Java)
    • はじめに(Python)
      • プロンプトの使用
      • 設定とロギング
      • スマートコントラクトとの相互作用
      • テスト
      • Pythonコンパイラ
    • チュートリアル
      • 基本
      • Hello World
      • Lock (ロック・コントラクト)
      • dos (ドメインネームシステム)
      • パラメータと戻り値
      • コントラクト認証
      • ロック・コントラクトのデプロイ
      • コントラクト呼び出し
      • コントラクトのデプロイ
    • テスト
    • ホワイトペーパー
    • APIリファレンス
      • NEO
      • System
    • フレームワーク
      • .NET framework
        • NEO
          • Account
          • Asset
          • Block
          • Blockchain
          • Contract
          • Enrollment
          • Header
          • Runtime
          • Storage
          • StorageContext
          • Transaction
          • TransactionAttribute
          • TransactionInput
          • TransactionOutput
          • Validator
        • System
          • ExecutionEngine
    • システムの手数料
  • 取引所開発者向けドキュメント
    • v2.6.0
  • 協力者

TransactionOutput クラス

トランザクションの出力を表すデータ構造です。トランザクションの出力には、3つのフィールドがあります。

  1. アセットのタイプ
  2. 宛先のアドレス
  3. 転送量

名前空間: Neo.SmartContract.Framework.Services.Neo

アセンブリ: Neo.SmartContract.Framework

構文

public class TransactionOutput: IApiInterface

属性

名前 説明
AssetId アセットIDを返す
ScriptHash スクリプトハッシュを返す
Value トランザクション数を返す

コンストラクタ

TransactionOutputオブジェクトは、TransactionオブジェクトのGetOutputs()を通じてコンストラクトされます。

  • Improve this Doc
Back to top Copyright © 2014-2018 NEO