parent
cee6e67e5c
commit
04ebd0c20c
@ -0,0 +1,11 @@ |
||||
// Copyright SIX DAY LLC. All rights reserved. |
||||
|
||||
import Foundation |
||||
|
||||
struct TransactionConfiguration { |
||||
let speed: TransactionSpeed |
||||
|
||||
init(speed: TransactionSpeed = .regular) { |
||||
self.speed = speed |
||||
} |
||||
} |
Loading…
Reference in new issue