| 43 | } |
| 44 | |
| 45 | export interface IScriptObject { |
| 46 | address?: string; |
| 47 | script: string; |
| 48 | scriptHash: string; |
| 49 | type: AddressType; |
| 50 | } |
| 51 | |
| 52 | export interface ITransaction { |
| 53 | txId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected