Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIssueTransaction<LONG>

Type parameters

  • LONG

    Generic type representing LONG type. Default to string | number. Since javascript number more than 2 ** 53 -1 cannot be precisely represented, generic type is used

Hierarchy

Index

Properties

chainId

chainId: number

Network byte. E.g., 65 is used for Acryl mainnet, 75 for Acryl testnet

decimals

decimals: number

description

description: string
maxlength

1000

fee

fee: LONG

name

name: string
minlength

4

maxlength

16

proofs

proofs: string[]

ITransaction signatures

minitems

0

maxitems

8

quantity

quantity: LONG

reissuable

reissuable: boolean

Optional script

script: undefined | string

senderPublicKey

senderPublicKey: string

Account public key. This account will pay fee and this account's script will be executed if exists

timestamp

timestamp: number

type

type: ISSUE

version

version: number

Generated using TypeDoc