Type alias TransactionPostConverted

TransactionPostConverted: {
    feePayer: PublicKey;
    paymentKey: PublicKey;
    rates: PublicKey;
    sig: Buffer;
    tokenVault: PublicKey;
}

Type declaration

  • feePayer: PublicKey
  • paymentKey: PublicKey
  • rates: PublicKey
  • sig: Buffer
  • tokenVault: PublicKey

Generated using TypeDoc