Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CreateWorldTransaction

Creates a world

  • Transaction hash can be changed by changing nonce.
  • If an identical transaction hash already exists, then the change fails. In this situation, a transaction can be created again by arbitrarily changing the nonce.

Hierarchy

  • CreateWorldTransaction

Index

Constructors

constructor

Properties

networkId

networkId: NetworkId

nonce

nonce: number

owners

owners: PlatformAddress[]

shardId

shardId: number

type

type: "createWorld" = "createWorld"

Methods

hash

rlpBytes

  • rlpBytes(): Buffer

toEncodeObject

  • toEncodeObject(): (string | number | string[])[]

toJSON

  • toJSON(): object

Static fromJSON

Generated using TypeDoc