UNPKG

test-ic-wallet-middleware-icrc

Version:
7 lines (6 loc) 209 B
import { OperationAmountCurrency } from "../../types/transactions/operationAmountCurrency"; export interface OperationAmount { value: string; currency: OperationAmountCurrency; decimals: number; }