crateApiMergedTonWalletDartWrapperSubscribeByAddress abstract method

Future<TonWalletDartWrapper> crateApiMergedTonWalletDartWrapperSubscribeByAddress({
  1. required String instanceHash,
  2. required String address,
  3. required ArcTransportBoxTrait transport,
})

Implementation

Future<TonWalletDartWrapper>
    crateApiMergedTonWalletDartWrapperSubscribeByAddress(
        {required String instanceHash,
        required String address,
        required ArcTransportBoxTrait transport});