Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISetScriptTransaction<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

fee

fee: LONG

proofs

proofs: string[]

ITransaction signatures

minitems

0

maxitems

8

script

script: string | null

Compiled script encoded as base64 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

version

version: number

Generated using TypeDoc