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: Hash256String; 
  readonly index: number; 
} 

Properties

hash
Hash of the Transaction this input references.
index
number
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