()
| 207 | } |
| 208 | |
| 209 | func (l *CreateLedger) ToLedger() model.Ledger { |
| 210 | return model.Ledger{Name: l.Name, MetaData: l.MetaData} |
| 211 | } |
| 212 | |
| 213 | func (b *CreateBalance) ToBalance() model.Balance { |
| 214 | allocationStrategy := b.AllocationStrategy |
no outgoing calls