UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

8 lines (7 loc) 279 B
import { TezosOperationType } from '../TezosOperationType'; import { TezosOperation } from './TezosOperation'; export interface TezosSeedNonceRevelationOperation extends TezosOperation { kind: TezosOperationType.SEED_NONCE_REVELATION; level: string; nonce: string; }