airgap-coin-lib
Version:
The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
14 lines (13 loc) • 463 B
TypeScript
export declare enum TezosOperationType {
ENDORSEMENT = "endorsement",
SEED_NONCE_REVELATION = "seed_nonce_revelation",
DOUBLE_ENDORSEMENT_EVIDENCE = "double_endorsement_evidence",
DOUBLE_BAKING_EVIDENCE = "double_baking_evidence",
ACTIVATE_ACCOUNT = "activate_account",
PROPOSALS = "proposals",
BALLOT = "ballot",
REVEAL = "reveal",
TRANSACTION = "transaction",
ORIGINATION = "origination",
DELEGATION = "delegation"
}