Type alias CreateSignatoryTransactionArgs

CreateSignatoryTransactionArgs: { dflow: Program<any>; signatoryServer: PublicKey; signatoryServerTokenAccount: PublicKey }

Param

The public key of the signatory_server account.

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

Generated using TypeDoc