Crate bdk_macros[][src]

Macros

Awaits if target_arch is “wasm32”, uses tokio::Runtime::block_on() otherwise

Awaits if target_arch is “wasm32”, does nothing otherwise

Attribute Macros

Makes a method or every method of a trait “async” only if the target_arch is “wasm32”