| 55 | } |
| 56 | |
| 57 | type ScriptsWitness struct { |
| 58 | _ struct{} `cbor:",toarray"` |
| 59 | } |
| 60 | |
| 61 | func (s *ScriptsWitness) MarshalCBOR() ([]byte, error) { |
| 62 | return nil, errors.New("unimplemented") |
nothing calls this directly
no outgoing calls
no test coverage detected