Future<JSON> broadcastCastTransactionHex(String hex) { return postCall<JSON>( "$baseURL/wallet/broadcasthex", data: {"transaction": hex}, ); }