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

6 lines (5 loc) 158 B
import { Intent, SignatureWithPublicKey } from "../.."; export interface SignedIntent { intent: Intent; intentSignatures: SignatureWithPublicKey[]; }