ClaimTransaction

Interface
Claims GAS for a set of spent Outputs.
export interface ClaimTransaction extends TransactionBase { 
  readonly type: 'ClaimTransaction'; 
  readonly claims: readonly Input[]; 
} 

Properties

type
'ClaimTransaction'
type distinguishes ClaimTransaction from other Transaction object types.
claims
readonly Input[]
The spent outputs that this ClaimTransaction is claiming GAS for.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE