UNPKG

@radixdlt/radix-engine-toolkit

Version:

A TypeScript wrapper for the Radix Engine Toolkit that provides many of the necessary tools to interact with the Radix ledger

11 lines (10 loc) 271 B
import { PublicKey } from "../.."; export interface TransactionHeader { networkId: number; startEpochInclusive: number; endEpochExclusive: number; nonce: number; notaryPublicKey: PublicKey; notaryIsSignatory: boolean; tipPercentage: number; }