(output: Output)
| 136 | } |
| 137 | |
| 138 | export function encodeOutput(output: Output): Uint8Array { |
| 139 | return encodeTransactionOutput(cashScriptOutputToLibauthOutput(output)); |
| 140 | } |
| 141 | |
| 142 | export function cashScriptOutputToLibauthOutput(output: Output): LibauthOutput { |
| 143 | return { |
no test coverage detected