Input

Interface
Inputs are a reference to an Output of a Transaction that has been persisted to the blockchain. The sum of the values of the referenced Outputs is the total amount transferred in the Transaction.
export interface Input { 
  readonly hash: Hash256; 
  readonly index: Integer; 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Properties

hash
Hash256 of the Transaction this input references.
index
Output index within the Transaction this input references.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE