Input contains information parsed from input records in a transaction log.
| 51 | // Input contains information parsed from input records in a |
| 52 | // transaction log. |
| 53 | type Input struct { |
| 54 | OutputID bc.Hash |
| 55 | Value *Value |
| 56 | RefData []byte |
| 57 | Quorum int |
| 58 | Pubkeys []ed25519.PublicKey |
| 59 | } |
| 60 | |
| 61 | // Issuance contains information parsed from issuance records in a |
| 62 | // transaction log. |
nothing calls this directly
no outgoing calls
no test coverage detected