A private key that is used to prepare payouts (sign). This
account private key must correspond to the signer account
or it must be a co-signer of the signer account on dHealth
Network.
Note that modifying this private key will affect the payouts
that are executed by this backend runtime in that it will send
these transactions from a different account.
Whenever this field is modified, it is important that a discovery
source is registered in the configuration for the linked account
address, in config/dapp.ts
under discovery.sources
.
A public key that is used to announce payouts on the network. This
account public key must correspond to the Account on dHealth Network
that will be executing the *transfer transaction.
Note that this field may possibly refer to a different account than
the above issuerPrivateKey. In those cases, the issuer account
is used to initially create the transaction, and the signer account is
used to broadcast and confirm the transaction (after co-signatures).
Generated using TypeDoc
COMMON
PayoutAccountsConfig
The dApp payout accounts configuration.
PayoutConfig
v0.4.0