Function getExecutionCostUsingNode
- getExecutionCostUsingNode(transaction, node, options?): Promise<bigint>
Parameters
- transaction: `tx_${string}`
- node: Node
- options: {
isMined?: boolean;
} & {
gasUsed?: number;
innerTx?: "fee-payer" | "freeloader";
isInitiator?: boolean;
queryFee?: string;
} = {}
Returns Promise<bigint>
Calculates the cost of signed and not signed transaction execution using node