AssembleTxParams<T>: {
    accountCoinQuantities?: AccountCoinQuantity[];
    blockHorizon?: number;
    estimatePredicates?: boolean;
    feePayerAccount: Account;
    request: T;
    reserveGas?: number;
    resourcesIdsToIgnore?: ResourcesIdsToIgnore;
}

Type Parameters