| 19 | } |
| 20 | |
| 21 | type Block struct { |
| 22 | *UnsignedBlock |
| 23 | Arguments []interface{} |
| 24 | } |
| 25 | |
| 26 | // ErrTooFewSignatures is the error returned when Block.Sign cannot |
| 27 | // marshal enough signatures for a block. |
nothing calls this directly
no outgoing calls
no test coverage detected