UNPKG

@silvana-one/mina-utils

Version:
7 lines (6 loc) 164 B
import { UInt64 } from "o1js"; /** * Calculate the fee for a transaction * @returns the fee for a transaction */ export declare function fee(): Promise<UInt64>;