MCPcopy Create free account
hub / github.com/Bitrue-exchange/libada-go / ScriptsWitness

Struct ScriptsWitness

witness.go:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type ScriptsWitness struct {
58 _ struct{} `cbor:",toarray"`
59}
60
61func (s *ScriptsWitness) MarshalCBOR() ([]byte, error) {
62 return nil, errors.New("unimplemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected