nativeGetChainCode property

NativeGetChainCode nativeGetChainCode
getter/setter pair

Implementation

late NativeGetChainCode nativeGetChainCode = lib
    .lookup<NativeFunction<NativeGetChainCode>>(
        "${nativePrefix}_get_chain_code")
    .asFunction();