Interface ICreateTransactions

Interface defining response from the createTransactions function.

interface ICreateTransactions {
    summary: GeneratorSummary;
    transactions: PendingTransaction[];
}

Properties

Summary of the transaction generation process.

transactions: PendingTransaction[]

Array of pending unsigned transactions.

Generated using TypeDoc