SignAndSendArgs: {
    secretKey?: string;
    skipAddingFootprint?: boolean;
    sorobanContext: SorobanContextType;
    txn: Transaction;
}

Type declaration

  • Optional secretKey?: string
  • Optional skipAddingFootprint?: boolean
  • sorobanContext: SorobanContextType
  • txn: Transaction

Generated using TypeDoc