RegisterTransaction

Interface
Registers a new first class Asset
export interface RegisterTransaction extends TransactionBase { 
  readonly type: 'RegisterTransaction'; 
  readonly asset: Pick<Asset, 'type' | 'name' | 'amount' | 'precision' | 'owner' | 'admin'>; 
} 

Properties

type
'RegisterTransaction'
type distinguishes RegisterTransaction from other Transaction object types.
asset
Pick<Asset, 'type' | 'name' | 'amount' | 'precision' | 'owner' | 'admin'>
Asset information to register.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE