10 lines
221 B
Swift
10 lines
221 B
Swift
/*
|
|
* This is a basic test swift program that does nothing but confirm that the swift bindings compile
|
|
* and that a program that depends on them will run.
|
|
*/
|
|
|
|
import Foundation
|
|
import bdk
|
|
|
|
let network = Network.testnet
|