Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PayoutConfig

label

COMMON

interface

PayoutConfig

description

The dApp payouts configuration. This configuration object is used to determine how payouts are created for this dApp and determines the source configuration.

link

PayoutConfig

since

v0.4.0

Hierarchy

  • PayoutConfig

Index

Properties

globalDryRun: boolean

Flag that is used to enable a global dry-run mode for the payout scope. This mode disables the broadcast of transactions using nodes from dHealth Network.

Note that by setting this option to true, the runtime will not anymore broadcast any transaction to nodes from dHealth Network.

access

public

example

false

var

{boolean}

Configuration object for the payouts scope. This configuration object is used to determine how payouts are created for this dApp and determines the source configuration.

Following concepts apply with the below configuration fields:

  • An issuer account creates transactions and [initially] signs them (i.e. the creator) ; and
  • A signer account collects transaction signatures and is used to broadcast the transaction (i.e. the sender).
access

public

example

{ issuerPrivateKey: "", signerPublicKey: "" }

var

{PayoutAccountsConfig}

Generated using TypeDoc