Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssetSchemeChangeTransaction

Change asset scheme

Hierarchy

  • AssetSchemeChangeTransaction

Index

Constructors

constructor

  • Parameters

    • params: object
      • allowedScriptHashes: H160[]

        Allowed lock script hashes of the asset.

      • approver: PlatformAddress | null

        A changed approver of the asset.

      • assetType: H160

        A asset type of the asset that this transaction changes.

      • metadata: string | object

        A changed metadata of the asset.

      • networkId: NetworkId

        A network ID of the transaction.

      • registrar: PlatformAddress | null

        A changed registrar of the asset.

      • shardId: number

        A shard ID of the asset that this transaction changes.

    Returns AssetSchemeChangeTransaction

Properties

allowedScriptHashes

allowedScriptHashes: H160[]

approver

approver: PlatformAddress | null

assetType

assetType: H160

metadata

metadata: string

networkId

networkId: NetworkId

registrar

registrar: PlatformAddress | null

shardId

shardId: number

Methods

rlpBytes

  • rlpBytes(): Buffer

toEncodeObject

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

toJSON

Generated using TypeDoc