bcnSendRawTxResponseFromJson function

BcnSendRawTxResponse? bcnSendRawTxResponseFromJson(
  1. String? str
)

Implementation

BcnSendRawTxResponse bcnSendRawTxResponseFromJson(String str) =>
    BcnSendRawTxResponse.fromJson(json.decode(str));