bcnSendRawTxRequestFromJson function

BcnSendRawTxRequest? bcnSendRawTxRequestFromJson(
  1. String? str
)

Implementation

BcnSendRawTxRequest bcnSendRawTxRequestFromJson(String str) =>
    BcnSendRawTxRequest.fromJson(json.decode(str));