| 102 | } |
| 103 | |
| 104 | export interface Asset { |
| 105 | id: UUID; |
| 106 | blockchain: string; |
| 107 | standards: string[]; |
| 108 | symbol: string; |
| 109 | name: string; |
| 110 | metadata: AssetMetadata[]; |
| 111 | decimals: number; |
| 112 | } |
| 113 | |
| 114 | export interface NamedRule { |
| 115 | id: UUID; |
no outgoing calls
no test coverage detected