Type alias StakeSignatoryTransactionArgs

StakeSignatoryTransactionArgs: { dflow: Program<any>; signatoryServer: PublicKey; signatoryServerTokenAccount: PublicKey; stakeSize: BN }

Param

The public key of the signatory_server account.

Param

The amount of signatory 'stake mint' tokens to stake

Param

The signatory server's token account used for originating the stake transfer. This account is expected to be mutable

Type declaration

  • dflow: Program<any>
  • signatoryServer: PublicKey
  • signatoryServerTokenAccount: PublicKey
  • stakeSize: BN

Generated using TypeDoc