MinerTransaction

Interface
First Transaction in each block which contains the Block rewards for the consensus node that produced the Block.
export interface MinerTransaction extends TransactionBase { 
  readonly type: 'MinerTransaction'; 
  readonly nonce: number; 
} 

Properties

type
'MinerTransaction'
type distinguishes MinerTransaction from other Transaction object types.
nonce
number
Unique number in order to ensure the hash for this transaction is unique.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE