/** * All available types for subscribing. */ export enum RemmeEvents { Blocks = "blocks", Batch = "batch", Transfer = "transfer", AtomicSwap = "atomic_swap", }