TransactionBase

Interface
Base interface for all Transactions.
export interface TransactionBase { 
  readonly hash: Hash256; 
  readonly type: TransactionType; 
  readonly attributes: Attribute[]; 
  readonly outputs: Output[]; 
  readonly inputs: Input[]; 
  readonly references: Output[]; 
  readonly unspentOutputs: Output[]; 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Properties

hash
Hash256
type
Type of the Transaction.
attributes
Attributes attached to the Transaction.
outputs
Outputs of the Transaction.
inputs
Inputs of the Transaction.
references
Corresponding Outputs for the Inputs of the Transaction.
unspentOutputs
Outputs which have not been spent.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE