Transaction

Type Alias
Transactions are relayed to the blockchain and contain information that is to be permanently stored on the blockchain. They may contain Inputs and Outputs corresponding to transfers of native Assets. Each Transaction type serves a particular purpose, see the documentation for each for more information.
export type Transaction = 
  | MinerTransaction 
  | IssueTransaction 
  | ClaimTransaction 
  | EnrollmentTransaction 
  | RegisterTransaction 
  | ContractTransaction 
  | PublishTransaction 
  | StateTransaction 
  | InvocationTransaction; 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE