T - contracts typepublic interface ContractStorer<T>
| Modifier and Type | Method and Description |
|---|---|
default Map<String,byte[]> |
store(T contracts)
Stores the contracts as a map of filename and String.
|
Copyright © 2016–2020 Spring. All rights reserved.