Type alias LitActionCodeRepositoryEntry

LitActionCodeRepositoryEntry: Record<Network, string>

A type that represents an entry in a Lit Action Code repository.

LitActionCodeRepositoryEntry is a record that maps a Network (evm, solana) to a string that is valid LIT action source code

Generated using TypeDoc